From 5653134596b3571eff78a1bd5f583e3515c23756 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 25 Sep 2014 16:39:54 +0930 Subject: [PATCH] if corrupt vids, set status failed for NDrone CHD. --- nzbtomedia/autoProcess/autoProcessTV.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbtomedia/autoProcess/autoProcessTV.py b/nzbtomedia/autoProcess/autoProcessTV.py index 09a9e25d..1e159101 100644 --- a/nzbtomedia/autoProcess/autoProcessTV.py +++ b/nzbtomedia/autoProcess/autoProcessTV.py @@ -265,7 +265,7 @@ class autoProcessTV: elif section == "NzbDrone": if self.CDH(url2, headers) and clientAgent in ['sabnzbd', 'nzbget']: logger.debug("Complete DownLoad Handling is enabled. Passing back to %s." % (section), section) - return [0, "%s: Complete DownLoad Handling is enabled. Passing back to %s" % (section, section) ] + return [status, "%s: Complete DownLoad Handling is enabled. Passing back to %s" % (section, section) ] start_numMissing = self.numMissing(url1, params, headers) # get current number of outstanding eppisodes. logger.debug("Opening URL: %s with data: %s" % (url, str(data)), section) r = None