Don't auto play for now on load, it does that itself.
This commit is contained in:
parent
1967432f11
commit
81eb1746df
1 changed files with 2 additions and 2 deletions
|
@ -306,8 +306,8 @@ def startServer():
|
|||
}
|
||||
|
||||
channel_to_q[0].put("ADD:" + json.dumps(new_item))
|
||||
channel_to_q[0].put("LOAD:0")
|
||||
channel_to_q[0].put("PLAY")
|
||||
#channel_to_q[0].put("LOAD:0")
|
||||
#channel_to_q[0].put("PLAY")
|
||||
|
||||
# Don't use reloader, it causes Nested Processes!
|
||||
|
||||
|
|
Loading…
Reference in a new issue