From 6232e3f4f00611e089bc7cb3ccb16ef7fde91fae Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 10 Mar 2015 12:52:00 -0400 Subject: [PATCH] Better backwards compatibility fix for 4 streams --- python_apps/pypo/liquidsoap_scripts/ls_script.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/liquidsoap_scripts/ls_script.liq b/python_apps/pypo/liquidsoap_scripts/ls_script.liq index 46ced98dc..38f647f7f 100644 --- a/python_apps/pypo/liquidsoap_scripts/ls_script.liq +++ b/python_apps/pypo/liquidsoap_scripts/ls_script.liq @@ -33,7 +33,6 @@ s4_connected = ref '' s1_namespace = ref '' s2_namespace = ref '' s3_namespace = ref '' -s4_namespace = ref '' just_switched = ref false %include "ls_lib.liq" @@ -402,6 +401,7 @@ if s3_enable == true then end %ifdef s4_enable +s4_namespace = ref '' if s4_enable == true then if s4_output == 'shoutcast' then s4_namespace := "shoutcast_stream_4"