Fix for Plex Companion showing old video
This commit is contained in:
parent
07abf2e17a
commit
28c2376ab6
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ def init_Plex_playlist(playlist, plex_id=None, kodi_item=None):
|
|||
action_type="POST",
|
||||
parameters=params)
|
||||
get_playlist_details_from_xml(playlist, xml)
|
||||
item.ID = xml['lastAdded%sitemId' % playlist.type]
|
||||
playlist.items.append(item)
|
||||
log.debug('Initialized the playlist on the Plex side: %s' % playlist)
|
||||
|
||||
|
|
Loading…
Reference in a new issue