fix getting discography
This commit is contained in:
parent
0b7d0ebdd8
commit
d2dd9bf4ff
|
@ -9,7 +9,7 @@ restp(p, app...) = branch(req -> restpath!(p, req), app...)
|
|||
function torrentdl(query::AbstractString)
|
||||
global rpc, me
|
||||
TransmissionRPC.getauth(rpc)
|
||||
todl = RuTrackers.getdiscography(query)
|
||||
todl = RuTrackers.getdiscography(me, query)
|
||||
add.(Ref(rpc), RuTrackers.download.(Ref(me), todl))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue