Fix playback startup for Plex Companion

This commit is contained in:
croneter 2019-05-26 17:56:16 +02:00
parent 48d288ac53
commit 6cba4a1d01

View file

@ -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)