From 0cc13cc0e3ef6478deac90bfcc2bbf5ba05f299d Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 28 Apr 2025 14:43:36 +0200 Subject: [PATCH] Disable automatic streaming to SI. --- icedreammusic/liquidsoap/stream.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/liquidsoap/stream.liq b/icedreammusic/liquidsoap/stream.liq index 430c361..d58a0e4 100644 --- a/icedreammusic/liquidsoap/stream.liq +++ b/icedreammusic/liquidsoap/stream.liq @@ -192,7 +192,7 @@ if null.defined(streaminginternet_username) and null.defined(streaminginternet_p name=null.get(stream_name), description=null.get(stream_description), password=null.get(streaminginternet_password), - start=true, + start=false, %ogg(%flac), a, ))