mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +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()
|
url = putils.PlayUtils(intro, listitem).get_play_url()
|
||||||
log.info("Adding Intro: %s", url)
|
log.info("Adding Intro: %s", url)
|
||||||
|
|
||||||
pb = PlaybackUtils(intro)
|
self.set_artwork(listitem, self.item['Type'])
|
||||||
pb.set_artwork(listitem, intro['Type'])
|
self.set_listitem(listitem)
|
||||||
|
|
||||||
if self._detect_widgets():
|
|
||||||
pb.set_listitem(listitem)
|
|
||||||
|
|
||||||
self.stack.append([url, listitem])
|
self.stack.append([url, listitem])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue