mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -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
|
@ -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