Better backwards compatibility fix for 4 streams

This commit is contained in:
Albert Santoni 2015-03-10 12:52:00 -04:00
parent 968b739bf4
commit 6232e3f4f0
1 changed files with 1 additions and 1 deletions

View File

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