Revert "Fix IndexError when emptying Kodi playqueue"
This reverts commit a87b40c612
.
This commit is contained in:
parent
ba31050aac
commit
8bea313865
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ class KodiMonitor(xbmc.Monitor):
|
|||
playqueue = PQ.PLAYQUEUES[data['playlistid']]
|
||||
if not playqueue.is_pkc_clear():
|
||||
playqueue.clear(kodi=False)
|
||||
playqueue.pkc_edit = True
|
||||
else:
|
||||
LOG.debug('Detected PKC clear - ignoring')
|
||||
|
||||
|
|
Loading…
Reference in a new issue