fixup
This commit is contained in:
parent
c8afbfffbf
commit
41f8406a59
|
@ -313,7 +313,7 @@ function search3(req; dl = println)
|
||||||
isempty(q) && return missing_parameter("query")
|
isempty(q) && return missing_parameter("query")
|
||||||
if length(q) > 2 && q[end-1:end] == "!t"
|
if length(q) > 2 && q[end-1:end] == "!t"
|
||||||
@info "This is the special torrent mode!"
|
@info "This is the special torrent mode!"
|
||||||
@spawn dlfunc(string(strip(q[1:end-2])))
|
dlfunc(string(strip(q[1:end-2])))
|
||||||
end
|
end
|
||||||
songCount = parse(Int, get(query, "songCount", "20"))
|
songCount = parse(Int, get(query, "songCount", "20"))
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|
Loading…
Reference in New Issue