PEP8
This commit is contained in:
parent
c03abddc27
commit
074c439e99
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue