mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
allow nzbget or sabnzbd to report failure.
This commit is contained in:
parent
6bd687cdbe
commit
661947d46c
3 changed files with 9 additions and 5 deletions
|
@ -205,7 +205,7 @@ class autoProcessTV:
|
|||
logger.postprocess("SUCCESS: The download succeeded, sending a post-process request", section)
|
||||
else:
|
||||
if failureLink:
|
||||
reportNzb(failureLink)
|
||||
reportNzb(failureLink, clientAgent)
|
||||
if fork in nzbtomedia.SICKBEARD_FAILED or section == "NzbDrone":
|
||||
logger.postprocess("FAILED: The download failed. Sending 'failed' process request to %s branch" % (fork), section)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue