Fill intro with main item artwork

So it looks the same as within the library.
This commit is contained in:
angelblue05 2018-01-28 02:18:12 -06:00
parent 2341854de8
commit e51fe9e586
1 changed files with 2 additions and 5 deletions

View File

@ -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])