Limit sabnzbd history check.

This commit is contained in:
Ruud
2012-09-21 12:38:38 +02:00
parent a5fa503970
commit f82e2a3e6e
@@ -100,6 +100,7 @@ class Sabnzbd(Downloader):
params = {
'apikey': self.conf('api_key'),
'mode': 'history',
'limit': 15,
'output': 'json'
}
url = cleanHost(self.conf('host')) + "api?" + tryUrlencode(params)