Add on_metadata wrapper to liquidsoap master/show sources

This commit is contained in:
Duncan Sommerville 2015-05-15 15:15:49 -04:00
parent 70735e7bae
commit 82c801cb79
1 changed files with 2 additions and 0 deletions

View File

@ -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)