mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fill intro with main item artwork
So it looks the same as within the library.
This commit is contained in:
parent
2341854de8
commit
e51fe9e586
1 changed files with 2 additions and 5 deletions
|
@ -166,11 +166,8 @@ class PlaybackUtils(object):
|
|||
url = putils.PlayUtils(intro, listitem).get_play_url()
|
||||
log.info("Adding Intro: %s", url)
|
||||
|
||||
pb = PlaybackUtils(intro)
|
||||
pb.set_artwork(listitem, intro['Type'])
|
||||
|
||||
if self._detect_widgets():
|
||||
pb.set_listitem(listitem)
|
||||
self.set_artwork(listitem, self.item['Type'])
|
||||
self.set_listitem(listitem)
|
||||
|
||||
self.stack.append([url, listitem])
|
||||
|
||||
|
|
Loading…
Reference in a new issue