mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
if corrupt vids, set status failed for NDrone CHD.
This commit is contained in:
parent
c00975e3cc
commit
5653134596
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue