mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
missing dbid parameter
Fix missing metadata for resume play from kodi widgets if using addon playback
This commit is contained in:
parent
c320dc2d70
commit
35911c7507
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class PlaybackUtils():
|
|||
|
||||
if homeScreen and seektime and window('emby_customPlaylist') != "true":
|
||||
log.info("Play as a widget item.")
|
||||
self.setListItem(listitem)
|
||||
self.setListItem(listitem, dbid)
|
||||
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listitem)
|
||||
|
||||
elif ((introsPlaylist and window('emby_customPlaylist') == "true") or
|
||||
|
|
Loading…
Reference in a new issue