Remove workaround for savonet/liquidsoap#2996.
This issue is no longer present in liquidsoap 2.3.x and the workaround may actually introduce more issues with metadata mapping.main
parent
8c462278b0
commit
acab30fedc
|
@ -5,9 +5,6 @@
|
|||
metadata_api_hostname = environment.get(default="icedream-bitwave", "METADATA_API_HOSTNAME")
|
||||
|
||||
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 = insert_metadata(s)
|
||||
|
||||
|
|
Loading…
Reference in New Issue