-renamed file + removed ignoring tracks due to liquidsoap problem

This commit is contained in:
martin 2011-03-07 13:57:38 -05:00
parent 8e8dfacfb4
commit c4a84f3920
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ end
def add_skip_command(s)
# A command to skip
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)
source.skip(s)
"Done!"
end