CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-fixed syntax error
This commit is contained in:
parent
69f150ac7f
commit
5315d1efd0
|
@ -237,7 +237,7 @@ def add_skip_command(s)
|
|||
server.register(namespace="source",
|
||||
usage="skip",
|
||||
description="Skip the current song.",
|
||||
"skip",fun(s) -> log("source.skip") skip end)
|
||||
"skip",fun(s) -> begin log("source.skip") skip(s) end)
|
||||
end
|
||||
|
||||
dyn_out = output.icecast(%wav,
|
||||
|
|
Loading…
Reference in New Issue