mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
Update autoProcessTV.py
This commit is contained in:
parent
686761a7e4
commit
04de8aa251
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class autoProcessTV:
|
||||||
return [0, ""] # Success (as far as this script is concerned)
|
return [0, ""] # Success (as far as this script is concerned)
|
||||||
elif nzbExtractionBy == "Destination":
|
elif nzbExtractionBy == "Destination":
|
||||||
logger.info("Check for media files ignored because nzbExtractionBy is set to 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.")
|
logger.info("Setting Status Success.")
|
||||||
status = 0
|
status = 0
|
||||||
failed = 0
|
failed = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue