Fix voidless intros

This commit is contained in:
Matt 2020-11-23 20:38:24 -05:00
parent e487163ca2
commit a3ce3ae4fa
1 changed files with 1 additions and 1 deletions

View File

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