Add icecast config to the config generator endpoint
Some checks failed
Lint / lint (push) Failing after 5s
Some checks failed
Lint / lint (push) Failing after 5s
This commit is contained in:
@@ -72,7 +72,7 @@ def create_op25_router():
|
||||
)
|
||||
|
||||
metadata = MetadataConfig(
|
||||
streams=[MetadataStreamConfig()]
|
||||
streams=[generator.icecastConfig]
|
||||
)
|
||||
|
||||
terminal = TerminalConfig()
|
||||
|
||||
Reference in New Issue
Block a user