mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Check failed download handling in fork parameters
Fixes https://github.com/clinton-hall/nzbToMedia/issues/971
This commit is contained in:
parent
d334b33a39
commit
a2fc2f95c9
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class autoProcessTV:
|
|||
core.FAILED = True
|
||||
if failureLink:
|
||||
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)
|
||||
elif section == "NzbDrone":
|
||||
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