mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Merge pull request #85 from agentxan/addonresume
missing dbid parameter
This commit is contained in:
commit
574c2b34c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue