-syntax error fix for liquidsoap + other small changes

This commit is contained in:
martin 2011-03-06 15:18:40 -05:00
parent c2903c4198
commit 75167bb576
2 changed files with 3 additions and 4 deletions

View file

@ -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!"