CC-4242: MP3 streams have the artist name duplicated
-fixed
This commit is contained in:
parent
0cbd6165c4
commit
50b7597e28
2 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ web_stream = mksafe(input.harbor("test-harbor", port=8999, password="hackme"))
|
|||
web_stream = on_metadata(notify_stream, web_stream)
|
||||
|
||||
queue = on_metadata(notify, queue)
|
||||
queue = map_metadata(append_title, queue)
|
||||
queue = map_metadata(update=false, append_title, queue)
|
||||
# the crossfade function controls fade in/out
|
||||
queue = crossfade(queue)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue