diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index 1338809b..328b8229 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -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')