From f27fbc14f7db8bb0673b3be75427c9eec95bbe9e Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 12 Jun 2012 17:40:00 -0400 Subject: [PATCH] CC-3578: Stream label for scheduled shows could fall back to show or station name when no song is currently playing -done (falls back to stream name) --- 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 08d94ad0f..bee16fcd9 100644 --- a/python_apps/pypo/liquidsoap_scripts/ls_script.liq +++ b/python_apps/pypo/liquidsoap_scripts/ls_script.liq @@ -45,7 +45,7 @@ server.register(namespace="vars", "default_dj_fade", fun (s) -> begin default_dj default = amplify(id="silence_src", 0.00001, noise()) -default = rewrite_metadata([("artist","Airtime"), ("title", "offline")],default) +default = rewrite_metadata([("artist","Airtime"), ("title", s1_name)],default) ignore(output.dummy(default, fallible=true)) master_dj_enabled = ref false