feat(playout): remove stream_setting update handler
This commit is contained in:
parent
f5a83dbabb
commit
2fa045a8ef
3 changed files with 2 additions and 40 deletions
|
@ -80,9 +80,6 @@ class PypoMessageHandler(Thread):
|
|||
elif command == "reset_liquidsoap_bootstrap":
|
||||
logger.info("Resetting bootstrap vars...")
|
||||
self.pypo_queue.put(message)
|
||||
elif command == "update_stream_setting":
|
||||
logger.info("Updating stream setting...")
|
||||
self.pypo_queue.put(message)
|
||||
elif command == "update_stream_format":
|
||||
logger.info("Updating stream format...")
|
||||
self.pypo_queue.put(message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue