diff --git a/conjurer_musician/radio_conjurer.liq b/conjurer_musician/radio_conjurer.liq index 19d40d8..52b4093 100644 --- a/conjurer_musician/radio_conjurer.liq +++ b/conjurer_musician/radio_conjurer.liq @@ -88,7 +88,8 @@ let json.parse credentials = file.contents("/home/pi/Conjurer/icecast_credentia emergency = single("/home/pi/RetroPie/mp3/Youtube/Dr. Peacock - Trip to Ireland [GvrvQTUbUcA].mp3") # Create a fallback stream with the main stream and emergency track - radio = crossfade(fade_out=3., fade_in=3., duration=5., fallback(id="switcher", track_sensitive=false, [requests_queue, s, emergency])) + cross_s = crossfade(fade_out=3., fade_in=3., duration=5., fallback(id="switcher", track_sensitive=false, [requests_queue, s])) + radio = fallback(id="switcher2", track_sensitive=false, [cross_s, emergency])) thread.run(every=60., queue_processing)