mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
Bypass status check for movies added not in wanted list.
This commit is contained in:
parent
bd6881b33e
commit
69f4e531e1
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ class autoProcessMovie:
|
||||||
section)
|
section)
|
||||||
return 1 # failure
|
return 1 # failure
|
||||||
|
|
||||||
|
# Added a releease that was not in the wanted list so no way to check status, exit without errors
|
||||||
|
if not release:
|
||||||
|
return 0
|
||||||
else:
|
else:
|
||||||
logger.postprocess("FAILED DOWNLOAD DETECTED FOR %s" % (nzbName), section)
|
logger.postprocess("FAILED DOWNLOAD DETECTED FOR %s" % (nzbName), section)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue