feat(playout): allow updating message_offline value
This commit is contained in:
parent
314c70a208
commit
f5a83dbabb
10 changed files with 42 additions and 15 deletions
|
@ -86,6 +86,9 @@ class PypoMessageHandler(Thread):
|
|||
elif command == "update_stream_format":
|
||||
logger.info("Updating stream format...")
|
||||
self.pypo_queue.put(message)
|
||||
elif command == "update_message_offline":
|
||||
logger.info("Updating message offline...")
|
||||
self.pypo_queue.put(message)
|
||||
elif command == "update_station_name":
|
||||
logger.info("Updating station name...")
|
||||
self.pypo_queue.put(message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue