Add on_metadata wrapper to liquidsoap master/show sources
This commit is contained in:
parent
70735e7bae
commit
82c801cb79
|
@ -282,6 +282,8 @@ else
|
|||
s
|
||||
end
|
||||
|
||||
# Send metadata notifications when using master source
|
||||
s = on_metadata(notify_queue, s)
|
||||
|
||||
# Attach a skip command to the source s:
|
||||
#add_skip_command(s)
|
||||
|
|
Loading…
Reference in New Issue