1
0
Fork 0
This issue is no longer present in liquidsoap 2.3.x and the workaround
may actually introduce more issues with metadata mapping.
main
Icedream 2025-04-28 18:07:08 +02:00
parent 8c462278b0
commit acab30fedc
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@
metadata_api_hostname = environment.get(default="icedream-bitwave", "METADATA_API_HOSTNAME") metadata_api_hostname = environment.get(default="icedream-bitwave", "METADATA_API_HOSTNAME")
def setup_harbor_metadata_api(~metadata_api_port=21338, ~id="", s) = def setup_harbor_metadata_api(~metadata_api_port=21338, ~id="", s) =
# HACK - work around https://github.com/savonet/liquidsoap/issues/2996
id = if id != "" then id else s.id() end
s = drop_metadata(s) # stream metadata wipes out own data s = drop_metadata(s) # stream metadata wipes out own data
s = insert_metadata(s) s = insert_metadata(s)