This commit is contained in:
Croneter 2018-06-22 13:40:13 +02:00
parent c03abddc27
commit 074c439e99

View file

@ -154,7 +154,7 @@ class KodiMonitor(xbmc.Monitor):
state.PKC_CAUSED_STOP = False state.PKC_CAUSED_STOP = False
LOG.debug('PKC caused this playback stop - ignoring') LOG.debug('PKC caused this playback stop - ignoring')
else: else:
with state.LOCK_PLAYQUEUES: with state.LOCK_PLAYQUEUES:
_playback_cleanup(ended=True) _playback_cleanup(ended=True)
else: else:
with state.LOCK_PLAYQUEUES: with state.LOCK_PLAYQUEUES: