Increase timeout
This commit is contained in:
parent
7753903c05
commit
bbd8e18002
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class QueuePlay(backgroundthread.KillableThread):
|
|||
|
||||
try:
|
||||
try:
|
||||
params = self.server.queue.get(timeout=0.01)
|
||||
params = self.server.queue.get(timeout=0.1)
|
||||
except Queue.Empty:
|
||||
count = 20
|
||||
while not utils.window('plex.playlist.ready'):
|
||||
|
|
Loading…
Reference in a new issue