feat(playout): allow updating message_offline value

This commit is contained in:
jo 2022-08-17 15:09:57 +02:00 committed by Kyle Robbertze
parent 314c70a208
commit f5a83dbabb
10 changed files with 42 additions and 15 deletions

View file

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