Merge pull request #85 from agentxan/addonresume

missing dbid parameter
This commit is contained in:
Marcel van der Veldt 2017-04-06 09:55:20 +02:00 committed by GitHub
commit 574c2b34c5
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class PlaybackUtils():
if homeScreen and seektime and window('emby_customPlaylist') != "true": if homeScreen and seektime and window('emby_customPlaylist') != "true":
log.info("Play as a widget item.") log.info("Play as a widget item.")
self.setListItem(listitem) self.setListItem(listitem, dbid)
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listitem) xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listitem)
elif ((introsPlaylist and window('emby_customPlaylist') == "true") or elif ((introsPlaylist and window('emby_customPlaylist') == "true") or