mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
bug fixes for #474
This commit is contained in:
parent
d154b663ca
commit
5a984da5c9
2 changed files with 4 additions and 2 deletions
|
@ -278,7 +278,7 @@ class autoProcessTV:
|
|||
|
||||
if not os.path.exists(dirName):
|
||||
logger.debug("The directory %s has been removed. Renaming was successful." % (dirName), section)
|
||||
return 0
|
||||
return [0, "%s: Successfully post-processed %s" % (section, inputName) ]
|
||||
elif current_numMissing < start_numMissing:
|
||||
logger.debug(
|
||||
"The number of missing episodes changes from %s to %s and then remained the same for %s minutes. Consider this successful" %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue