mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
don't update plex on failed. Fixes #846
This commit is contained in:
parent
eee542a3ef
commit
651650f83b
4 changed files with 6 additions and 1 deletions
|
@ -256,6 +256,7 @@ class autoProcessMovie:
|
|||
return [1, "%s: Failed to post-process - Server did not return success" % (section) ]
|
||||
|
||||
else:
|
||||
core.FAILED = True
|
||||
logger.postprocess("FAILED DOWNLOAD DETECTED FOR %s" % (inputName), section)
|
||||
if failureLink:
|
||||
reportNzb(failureLink, clientAgent)
|
||||
|
|
|
@ -229,6 +229,7 @@ class autoProcessTV:
|
|||
if status == 0:
|
||||
logger.postprocess("SUCCESS: The download succeeded, sending a post-process request", section)
|
||||
else:
|
||||
core.FAILED = True
|
||||
if failureLink:
|
||||
reportNzb(failureLink, clientAgent)
|
||||
if fork in core.SICKBEARD_FAILED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue