Failed download disabled

Make sure that the release is also marked as failed with SabNZB if deleting of failed download is disabled
This commit is contained in:
mano3m
2012-08-28 19:53:57 +02:00
committed by Ruud
parent be0efb97c6
commit 4c3a405aa4
+1 -1
View File
@@ -155,7 +155,7 @@ class Sabnzbd(Downloader):
else:
log.error("Unknown error: " + result[:40])
return 'failed'
return 'failed'
else:
return slot['status'].lower()