aria2mon: Replace client.call with local method

pull/723/head
Florian Gamböck 2016-08-06 12:36:14 +02:00
parent c09eab574c
commit e39e1e11a4
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ result.each { |entry|
end
print "\n"
files=client.call("aria2.getFiles",entry['gid'])
files=client_call(client,"aria2.getFiles",entry['gid'])
if files.length > 0 then
first_file=files.find{|file| file["selected"]=="true"}
if first_file != nil then