mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
force failed to int before testing. #958
This commit is contained in:
parent
ff61b5d573
commit
ceee795b09
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)
|
||||
elif nzbExtractionBy == "Destination":
|
||||
logger.info("Check for media files ignored because nzbExtractionBy is set to Destination.")
|
||||
if failed == "0":
|
||||
if int(failed) == 0:
|
||||
logger.info("Setting Status Success.")
|
||||
status = 0
|
||||
failed = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue