Better backwards compatibility fix for 4 streams
This commit is contained in:
parent
968b739bf4
commit
6232e3f4f0
|
@ -33,7 +33,6 @@ s4_connected = ref ''
|
||||||
s1_namespace = ref ''
|
s1_namespace = ref ''
|
||||||
s2_namespace = ref ''
|
s2_namespace = ref ''
|
||||||
s3_namespace = ref ''
|
s3_namespace = ref ''
|
||||||
s4_namespace = ref ''
|
|
||||||
just_switched = ref false
|
just_switched = ref false
|
||||||
|
|
||||||
%include "ls_lib.liq"
|
%include "ls_lib.liq"
|
||||||
|
@ -402,6 +401,7 @@ if s3_enable == true then
|
||||||
end
|
end
|
||||||
|
|
||||||
%ifdef s4_enable
|
%ifdef s4_enable
|
||||||
|
s4_namespace = ref ''
|
||||||
if s4_enable == true then
|
if s4_enable == true then
|
||||||
if s4_output == 'shoutcast' then
|
if s4_output == 'shoutcast' then
|
||||||
s4_namespace := "shoutcast_stream_4"
|
s4_namespace := "shoutcast_stream_4"
|
||||||
|
|
Loading…
Reference in New Issue