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",
|
server.register(namespace="source",
|
||||||
usage="skip",
|
usage="skip",
|
||||||
description="Skip the current song.",
|
description="Skip the current song.",
|
||||||
"skip",fun(s) -> log("source.skip") skip end)
|
"skip",fun(s) -> begin log("source.skip") skip(s) end)
|
||||||
end
|
end
|
||||||
|
|
||||||
dyn_out = output.icecast(%wav,
|
dyn_out = output.icecast(%wav,
|
||||||
|
|
Loading…
Reference in New Issue