Fix playback startup for Plex Companion
This commit is contained in:
parent
48d288ac53
commit
6cba4a1d01
1 changed files with 6 additions and 5 deletions
|
@ -404,6 +404,7 @@ class QueuePlay(backgroundthread.KillableThread):
|
||||||
LOG.info('Start normal playback')
|
LOG.info('Start normal playback')
|
||||||
# Release default.py
|
# Release default.py
|
||||||
utils.window('plex.playlist.play', value='true')
|
utils.window('plex.playlist.play', value='true')
|
||||||
|
if not app.PLAYSTATE.initiated_by_plex:
|
||||||
# Remove the playlist element we just added with the
|
# Remove the playlist element we just added with the
|
||||||
# right path
|
# right path
|
||||||
xbmc.sleep(1000)
|
xbmc.sleep(1000)
|
||||||
|
|
Loading…
Reference in a new issue