Skip to content
Snippets Groups Projects
Commit ae57c4db authored by David Trattnig's avatar David Trattnig
Browse files

Fix: Inconsistent response msgs from Liquidsoap

parent 8a71e16e
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,8 @@ class EntryPlayState(Enum):
class LiquidsoapResponse(Enum):
SUCCESS = "Done"
# There are some weird variations of responses coming
SUCCESS = ["Done", "Done!", "Donee!", "OK"]
STREAM_STATUS_POLLING = "polling"
STREAM_STATUS_STOPPED = "stopped"
STREAM_STATUS_CONNECTED = "connected"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment