mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Add TPB fork to failed handling. Fixes #207
This commit is contained in:
parent
7ff614f46e
commit
6473b3ac65
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SABNZB_NO_OF_ARGUMENTS = 8
|
||||||
|
|
||||||
# Constants pertaining to SickBeard Branches:
|
# Constants pertaining to SickBeard Branches:
|
||||||
# extend this list to include all branches/forks that use "failed" to handle failed downloads.
|
# 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"
|
# extend this list to include all branches/forks that use "dirName" not "dir"
|
||||||
SICKBEARD_DIRNAME = ["failed"]
|
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.
|
# extend this list to include all branches/forks that process rar and link files for torrents and therefore skip extraction and linking in TorrentToMedia.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue