diff --git a/autoProcess/nzbToMediaEnv.py b/autoProcess/nzbToMediaEnv.py index ca96309f..cb5434a2 100644 --- a/autoProcess/nzbToMediaEnv.py +++ b/autoProcess/nzbToMediaEnv.py @@ -8,7 +8,7 @@ SABNZB_NO_OF_ARGUMENTS = 8 # Constants pertaining to SickBeard Branches: # extend this list to include all branches/forks that use "failed" to handle failed downloads. -SICKBEARD_FAILED = ["failed", "TPB-failed", "Pistachitos"] +SICKBEARD_FAILED = ["failed", "TPB-failed", "Pistachitos", "TPB"] # extend this list to include all branches/forks that use "dirName" not "dir" SICKBEARD_DIRNAME = ["failed"] # extend this list to include all branches/forks that process rar and link files for torrents and therefore skip extraction and linking in TorrentToMedia.