Skip to content
Snippets Groups Projects
Verified Commit 9c7c3f82 authored by Ole Binder's avatar Ole Binder
Browse files

Fix: add non empty default value

parent e6249021
No related branches found
No related tags found
1 merge request!16Upgrade liquidsoap to version 2.2.4
Pipeline #7726 passed
......@@ -27,7 +27,7 @@ s0_bitrate =
s0_host = get_setting("", "stream_0_host", "AURA_ENGINE_STREAM_OUTPUT_HOST")
s0_port =
int_of_string(
get_setting("", "stream_0_port", "AURA_ENGINE_STREAM_OUTPUT_PORT")
get_setting("0", "stream_0_port", "AURA_ENGINE_STREAM_OUTPUT_PORT")
)
s0_user = get_setting("", "stream_0_user", "AURA_ENGINE_STREAM_OUTPUT_USER")
s0_pass =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment