diff --git a/icedreammusic/liquidsoap/Dockerfile b/icedreammusic/liquidsoap/Dockerfile index 38623f7..1936772 100644 --- a/icedreammusic/liquidsoap/Dockerfile +++ b/icedreammusic/liquidsoap/Dockerfile @@ -1,4 +1,4 @@ -ARG IMAGE=savonet/liquidsoap-ci-build:v2.2.2_amd64 +ARG IMAGE=savonet/liquidsoap:rolling-release-v2.3.x@sha256:4c018d3b7844aa9e82c66f3ba1d23a131f890208598aa5398702ecec669ff1d2 FROM $IMAGE diff --git a/icedreammusic/liquidsoap/stream.liq b/icedreammusic/liquidsoap/stream.liq index 0a5325d..430c361 100644 --- a/icedreammusic/liquidsoap/stream.liq +++ b/icedreammusic/liquidsoap/stream.liq @@ -58,12 +58,12 @@ a = setup_harbor_metadata_api(id="main", a) def internal_icecast( # NOTE - We have to have !headers here, otherwise liquidsoap will complain "this value has type _ * _ but it should be a supertype of the type of the value at…" %argsof( - output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description] + output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description,!icy_id,!protocol] ), e, s) = output.icecast( %argsof( - output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description] + output.icecast[!fallible,!headers,!port,!host,!user,!password,!name,!description,!icy_id,!protocol] ), fallible=true, headers=[],