CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-fixed syntax error
This commit is contained in:
parent
69f150ac7f
commit
5315d1efd0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue