feat(playout): remove stream_setting update handler

This commit is contained in:
jo 2022-08-17 16:22:51 +02:00 committed by Kyle Robbertze
parent f5a83dbabb
commit 2fa045a8ef
3 changed files with 2 additions and 40 deletions

View file

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