master
nixo 2019-05-21 15:50:57 +02:00
parent d2dd9bf4ff
commit c8afbfffbf
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ function search3(req; dl = println)
isempty(q) && return missing_parameter("query")
if length(q) > 2 && q[end-1:end] == "!t"
@info "This is the special torrent mode!"
dlfunc(strip(q[1:end-2]))
@spawn dlfunc(string(strip(q[1:end-2])))
end
songCount = parse(Int, get(query, "songCount", "20"))
# TODO: