-syntax error fix for liquidsoap + other small changes
This commit is contained in:
parent
c2903c4198
commit
75167bb576
2 changed files with 3 additions and 4 deletions
|
@ -42,7 +42,7 @@ def add_skip_command(s)
|
|||
def skip(_)
|
||||
l = list.hd(server.execute("queue.queue"))
|
||||
l = string.split(separator=" ",l)
|
||||
list.iter(fun (rid) -> ignore(server.execute(queue.ignore #{rid}")), l)
|
||||
list.iter(fun (rid) -> ignore(server.execute("queue.ignore #{rid}")), l)
|
||||
|
||||
source.skip(s)
|
||||
"Done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue