missing dbid parameter

Fix missing metadata for resume play from kodi widgets if using addon
playback
This commit is contained in:
agentxan 2017-04-04 16:57:47 -05:00
parent c320dc2d70
commit 35911c7507
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