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

Fix: change "0.0" to "0" for int_of_string

parent ee9a05ce
No related branches found
No related tags found
1 merge request!16Upgrade liquidsoap to version 2.2.4
Pipeline #7725 failed
......@@ -219,9 +219,7 @@ end
# Frame Settings
frame_audio_sample_rate =
int_of_string(
get_setting(
"0.0", "frame_audio_sample_rate", "AURA_ENGINE_FRAME_SAMPLERATE"
)
get_setting("0", "frame_audio_sample_rate", "AURA_ENGINE_FRAME_SAMPLERATE")
)
frame_duration =
float_of_string(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment