Fix IndexError for playqueues
This commit is contained in:
parent
762bb872f3
commit
d9fc26f96a
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ def init_Plex_playlist(playlist, plex_id=None, kodi_item=None):
|
||||||
except KeyError:
|
except KeyError:
|
||||||
log.error('Could not init Plex playlist')
|
log.error('Could not init Plex playlist')
|
||||||
return
|
return
|
||||||
item.ID = xml[-1].attrib['%sItemID' % playlist.kind]
|
|
||||||
playlist.items.append(item)
|
playlist.items.append(item)
|
||||||
log.debug('Initialized the playlist on the Plex side: %s' % playlist)
|
log.debug('Initialized the playlist on the Plex side: %s' % playlist)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue