CC-5229: map_metadata in Liquidsoap is applied twice
fixed
This commit is contained in:
parent
6961ba0a00
commit
fb80530069
2 changed files with 13 additions and 8 deletions
|
@ -73,11 +73,9 @@ create_source()
|
|||
queue = add(!sources, normalize=false)
|
||||
|
||||
pair = insert_metadata(queue)
|
||||
f = fst(pair)
|
||||
dynamic_metadata_callback := fst(pair)
|
||||
queue = snd(pair)
|
||||
|
||||
dynamic_metadata_callback := f
|
||||
|
||||
output.dummy(fallible=true, queue)
|
||||
|
||||
http = input.http_restart(id="http")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue