mirror of https://github.com/aria2/aria2
Merge branch 'FloGa-bugfix/unauthorized-call-in-aria2mon'
commit
7c1d138143
|
@ -140,7 +140,7 @@ result.each { |entry|
|
|||
end
|
||||
print "\n"
|
||||
|
||||
files=client.call("aria2.getFiles",entry['gid'])
|
||||
files=client_call(client,secret,"aria2.getFiles",entry['gid'])
|
||||
if files.length > 0 then
|
||||
first_file=files.find{|file| file["selected"]=="true"}
|
||||
if first_file != nil then
|
||||
|
|
Loading…
Reference in New Issue