added TPB-failed branch. fixes #198

This commit is contained in:
clinton-hall 2013-11-03 22:02:52 +10:30
commit e50704df73
2 changed files with 9 additions and 4 deletions

View file

@ -36,7 +36,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
extractionSuccess = False
Logger.debug("MAIN: Received Directory: %s | Name: %s | Category: %s", inputDirectory, inputName, inputCategory)
if sbFork == "TPB" and inputCategory == sbCategory:
if sbFork in ["TPB", "TPB-failed"] and inputCategory == sbCategory:
Logger.info("MAIN: Calling Sick-Beard to post-process: %s", inputName)
result = autoProcessTV.processEpisode(inputDirectory, inputName, int(0))
if result == 1: