Improve Plex playback report when playing music playlist
This commit is contained in:
parent
9e7868141d
commit
99ea9dd61f
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ class KodiMonitor(xbmc.Monitor):
|
||||||
state.PLAYER_STATES[playerid] = copy.deepcopy(state.PLAYSTATE)
|
state.PLAYER_STATES[playerid] = copy.deepcopy(state.PLAYSTATE)
|
||||||
return
|
return
|
||||||
item = PL.init_plex_playqueue(playqueue, plex_id=plex_id)
|
item = PL.init_plex_playqueue(playqueue, plex_id=plex_id)
|
||||||
|
item.file = path
|
||||||
# Set the Plex container key (e.g. using the Plex playqueue)
|
# Set the Plex container key (e.g. using the Plex playqueue)
|
||||||
container_key = None
|
container_key = None
|
||||||
if info['playlistid'] != -1:
|
if info['playlistid'] != -1:
|
||||||
|
|
Loading…
Reference in a new issue