Fixed sab api bug

This commit is contained in:
mano3m
2012-07-30 19:15:25 +02:00
parent 2884488338
commit b262ed59a8
+2 -1
View File
@@ -98,7 +98,8 @@ class Sabnzbd(Downloader):
'apikey': self.conf('api_key'),
'mode': 'history',
'name': 'delete',
'value' : slot['id']
'del_files': '1',
'value': slot['nzo_id']
}
url = cleanHost(self.conf('host')) + "api?" + tryUrlencode(params)
try: