From 98f773f3fab316002d5d36ec27a7d3a65b6aa51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Gamb=C3=B6ck?= Date: Sat, 6 Aug 2016 12:39:40 +0200 Subject: [PATCH] aria2mon: Add secret parameter to getFiles call --- doc/xmlrpc/aria2mon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xmlrpc/aria2mon b/doc/xmlrpc/aria2mon index 01b3eab8..e76ef0d2 100755 --- a/doc/xmlrpc/aria2mon +++ b/doc/xmlrpc/aria2mon @@ -140,7 +140,7 @@ result.each { |entry| end print "\n" - files=client_call(client,"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