Fix preloader not preloading due to GET_PLAN change to GETPLAN
This commit is contained in:
parent
6cfded26cc
commit
3bf05b2783
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue