Don't sleep
This commit is contained in:
parent
b11ca48294
commit
ad6c160524
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class QueuePlay(backgroundthread.KillableThread):
|
||||||
play.start_playback()
|
play.start_playback()
|
||||||
else:
|
else:
|
||||||
utils.window('plex.playlist.play', value='true')
|
utils.window('plex.playlist.play', value='true')
|
||||||
xbmc.sleep(1000)
|
# xbmc.sleep(1000)
|
||||||
play.remove_from_playlist(start_position)
|
play.remove_from_playlist(start_position)
|
||||||
break
|
break
|
||||||
play = PlayStrm(params, params.get('ServerId'))
|
play = PlayStrm(params, params.get('ServerId'))
|
||||||
|
|
Loading…
Reference in a new issue