Bypass status check for movies added not in wanted list.

This commit is contained in:
echel0n 2014-04-21 12:00:19 -07:00
commit 69f4e531e1

View file

@ -195,6 +195,9 @@ class autoProcessMovie:
section)
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:
logger.postprocess("FAILED DOWNLOAD DETECTED FOR %s" % (nzbName), section)