Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/lib/plex_companion/playqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def compare_playqueues(playqueue, new_kodi_playqueue):
log.error('Could not modify playqueue positions')
log.error('This is likely caused by mixing audio and '
'video tracks in the Kodi playqueue')
del old[j], index[j]
del old[j], index[i]
break
else:
log.debug('Detected new Kodi element at position %s: %s ',
Expand Down