mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
added NZBDrone fork test and FFProbe path check. fixes #367
This commit is contained in:
parent
ce47c5d509
commit
37a8b5aca1
3 changed files with 34 additions and 8 deletions
|
@ -107,7 +107,7 @@ class autoProcessTV:
|
|||
if status == 0:
|
||||
logger.postprocess("SUCCESS: The download succeeded, sending a post-process request", section)
|
||||
else:
|
||||
if fork in nzbtomedia.SICKBEARD_FAILED:
|
||||
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:
|
||||
logger.postprocess("FAILED: The download failed. %s branch does not handle failed downloads. Nothing to process" % (fork), section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue