From 5b041d73641cca97a5933d28d476edb24252a856 Mon Sep 17 00:00:00 2001 From: Adam French Date: Tue, 10 Mar 2026 13:33:54 +0000 Subject: [PATCH] Add fallible --- icecast2/stream.liq.template | 1 + 1 file changed, 1 insertion(+) diff --git a/icecast2/stream.liq.template b/icecast2/stream.liq.template index d0e5552..2f41fdb 100644 --- a/icecast2/stream.liq.template +++ b/icecast2/stream.liq.template @@ -12,5 +12,6 @@ output.icecast( port=${ICECAST_PORT}, password="${ICECAST_SOURCE_PASSWORD}", mount="${ICECAST_MOUNT}", + fallible=true, radio )