From 41f8406a59cc08490f8c5788afc5c36889841ba1 Mon Sep 17 00:00:00 2001 From: nixo Date: Tue, 21 May 2019 15:54:52 +0200 Subject: [PATCH] fixup --- JlSonic/api.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JlSonic/api.jl b/JlSonic/api.jl index 83af9d7..f241581 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!" - @spawn dlfunc(string(strip(q[1:end-2]))) + dlfunc(string(strip(q[1:end-2]))) end songCount = parse(Int, get(query, "songCount", "20")) # TODO: