mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix voidless intros
This commit is contained in:
parent
e487163ca2
commit
a3ce3ae4fa
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class Actions(object):
|
|||
listitem = xbmcgui.ListItem()
|
||||
LOG.info("[ intro/%s ] %s", intro['Id'], intro['Name'])
|
||||
|
||||
play = playutils.PlayUtils(intro, False, self.server_id, self.server)
|
||||
play = playutils.PlayUtils(intro, False, self.server_id, self.server, self.api_client)
|
||||
play.select_source(play.get_sources())
|
||||
self.set_listitem(intro, listitem, intro=True)
|
||||
listitem.setPath(intro['PlaybackInfo']['Path'])
|
||||
|
|
Loading…
Reference in a new issue