mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -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
|
@ -251,7 +251,7 @@ class autoProcessMovie:
|
|||
else:
|
||||
logger.postprocess("FAILED DOWNLOAD DETECTED FOR %s" % (inputName), section)
|
||||
if failureLink:
|
||||
reportNzb(failureLink)
|
||||
reportNzb(failureLink, clientAgent)
|
||||
|
||||
if delete_failed and os.path.isdir(dirName) and not os.path.dirname(dirName) == dirName:
|
||||
logger.postprocess("Deleting failed files and folder %s" % dirName, section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue