From 35911c75072d3a0ad4081deec48f827f8b06cc69 Mon Sep 17 00:00:00 2001 From: agentxan Date: Tue, 4 Apr 2017 16:57:47 -0500 Subject: [PATCH] missing dbid parameter Fix missing metadata for resume play from kodi widgets if using addon playback --- resources/lib/playbackutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playbackutils.py b/resources/lib/playbackutils.py index 87399d5c..9c82dc6b 100644 --- a/resources/lib/playbackutils.py +++ b/resources/lib/playbackutils.py @@ -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