Don't auto play for now on load, it does that itself.

This commit is contained in:
Matthew Stratford 2020-11-05 19:04:07 +00:00
parent 1967432f11
commit 81eb1746df
No known key found for this signature in database
GPG key ID: 9E53C8B3F0B57395

View file

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