mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix intro set item
But now, mark as watched is happening instantly...
This commit is contained in:
parent
04c74cb92d
commit
e6dcf1333c
1 changed files with 0 additions and 4 deletions
|
@ -158,10 +158,6 @@ class PlaybackUtils(object):
|
|||
url = putils.PlayUtils(intro, listitem).get_play_url()
|
||||
log.info("Adding Intro: %s", url)
|
||||
|
||||
pb = PlaybackUtils(intro)
|
||||
pb.set_listitem(listitem)
|
||||
pb.set_artwork(listitem, intro['Type'])
|
||||
|
||||
self.stack.append([url, listitem])
|
||||
|
||||
def _set_additional_parts(self, item_id):
|
||||
|
|
Loading…
Reference in a new issue