Fix preloader not preloading due to GET_PLAN change to GETPLAN

This commit is contained in:
Matthew Stratford 2021-09-25 20:06:09 +01:00
parent 6cfded26cc
commit 3bf05b2783

View file

@ -30,7 +30,7 @@ class PlayerHandler:
command = message.split(":")[1]
# Let the file manager manage the files based on status and loading new show plan triggers.
if command == "GET_PLAN" or command == "STATUS":
if command == "GETPLAN" or command == "STATUS":
file_to_q[channel].put(message)
# TODO ENUM