mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
catch subliminal errors and ruturn success when no new downloads found.
This commit is contained in:
parent
eff7db81b8
commit
c039568253
2 changed files with 9 additions and 7 deletions
|
@ -279,9 +279,9 @@ class autoProcessMovie:
|
|||
logger.postprocess("SUCCESS: Snatched the next highest release ...", section)
|
||||
return 0
|
||||
else:
|
||||
logger.postprocess("FAILED: Unable to find a higher ranked release then %s to snatch!" % (inputName),
|
||||
section)
|
||||
return 1
|
||||
logger.postprocess("SUCCESS: Unable to find a higher ranked release then %s to snatch now. CP will keep searching!"
|
||||
% (inputName), section)
|
||||
return 0 #
|
||||
|
||||
# Added a releease that was not in the wanted list so confirm rename successful by finding this movie media.list.
|
||||
if not release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue