mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
added TPB-failed branch. fixes #198
This commit is contained in:
parent
9d1fb5072a
commit
e50704df73
2 changed files with 9 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue