mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Merge pull request #990 from Amelandbor/patch-1
Check failed download handling in fork parameters
This commit is contained in:
commit
9e741b9b48
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class autoProcessTV:
|
||||||
core.FAILED = True
|
core.FAILED = True
|
||||||
if failureLink:
|
if failureLink:
|
||||||
reportNzb(failureLink, clientAgent)
|
reportNzb(failureLink, clientAgent)
|
||||||
if fork in core.SICKBEARD_FAILED:
|
if 'failed' in fork_params:
|
||||||
logger.postprocess("FAILED: The download failed. Sending 'failed' process request to %s branch" % (fork), section)
|
logger.postprocess("FAILED: The download failed. Sending 'failed' process request to %s branch" % (fork), section)
|
||||||
elif section == "NzbDrone":
|
elif section == "NzbDrone":
|
||||||
logger.postprocess("FAILED: The download failed. Sending failed download to %s for CDH processing" % (fork), section)
|
logger.postprocess("FAILED: The download failed. Sending failed download to %s for CDH processing" % (fork), section)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue