diff --git a/JlSonic/api.jl b/JlSonic/api.jl index 4489091..83af9d7 100644 --- a/JlSonic/api.jl +++ b/JlSonic/api.jl @@ -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: