From 99ea9dd61f68bd481b908992b772f0c7616d8567 Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 8 Jul 2018 12:13:32 +0200 Subject: [PATCH] Improve Plex playback report when playing music playlist --- resources/lib/kodimonitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index 2ddeaf22..8a6efddc 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -425,6 +425,7 @@ class KodiMonitor(xbmc.Monitor): state.PLAYER_STATES[playerid] = copy.deepcopy(state.PLAYSTATE) return item = PL.init_plex_playqueue(playqueue, plex_id=plex_id) + item.file = path # Set the Plex container key (e.g. using the Plex playqueue) container_key = None if info['playlistid'] != -1: