Also check status on manual

This commit is contained in:
Ruud
2013-01-02 14:11:11 +01:00
parent 9a60f6001a
commit d314a9b5b3
2 changed files with 2 additions and 2 deletions
@@ -39,7 +39,7 @@ class NZBVortex(Downloader):
def getAllDownloadStatus(self):
if self.isDisabled(manual = False):
if self.isDisabled(manual = True):
return False
raw_statuses = self.call('nzb')
+1 -1
View File
@@ -65,7 +65,7 @@ class Sabnzbd(Downloader):
return False
def getAllDownloadStatus(self):
if self.isDisabled(manual = False):
if self.isDisabled(manual = True):
return False
log.debug('Checking SABnzbd download status.')