Clear playqueue on playback startup
This commit is contained in:
parent
45fc9fa8be
commit
8ad6d1bcce
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ class QueuePlay(backgroundthread.KillableThread):
|
|||
else:
|
||||
LOG.debug('Audio playback detected')
|
||||
playqueue = PQ.get_playqueue_from_type(v.KODI_TYPE_AUDIO)
|
||||
playqueue.clear(kodi=False)
|
||||
|
||||
# Position to start playback from (!!)
|
||||
# Do NOT use kodi_pl.getposition() as that appears to be buggy
|
||||
|
|
Loading…
Reference in a new issue