Update autoProcessTV.py

This commit is contained in:
JoopNL 2016-02-11 23:53:11 +01:00
commit 04de8aa251

View file

@ -177,7 +177,7 @@ class autoProcessTV:
return [0, ""] # Success (as far as this script is concerned)
elif nzbExtractionBy == "Destination":
logger.info("Check for media files ignored because nzbExtractionBy is set to Destination.")
if failed == 0:
if failed == "0":
logger.info("Setting Status Success.")
status = 0
failed = 0