mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Change Case for SickBeard Fork names. https://github.com/SickGear/SickGear/issues/1099
Fix login to SickGear during auto-frok detection. Fixes #1346
This commit is contained in:
parent
189dde26c8
commit
0259b83afa
2 changed files with 10 additions and 5 deletions
|
@ -61,10 +61,10 @@ FORKS = {}
|
|||
FORK_DEFAULT = "default"
|
||||
FORK_FAILED = "failed"
|
||||
FORK_FAILED_TORRENT = "failed-torrent"
|
||||
FORK_SICKRAGETV = "sickragetv"
|
||||
FORK_SICKRAGE = "sickrage"
|
||||
FORK_MEDUSA = "medusa"
|
||||
FORK_SICKGEAR = "sickgear"
|
||||
FORK_SICKRAGETV = "SickRageTV"
|
||||
FORK_SICKRAGE = "SickRage"
|
||||
FORK_MEDUSA = "Medusa"
|
||||
FORK_SICKGEAR = "SickGear"
|
||||
FORKS[FORK_DEFAULT] = {"dir": None}
|
||||
FORKS[FORK_FAILED] = {"dirName": None, "failed": None}
|
||||
FORKS[FORK_FAILED_TORRENT] = {"dir": None, "failed": None, "process_method": None}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue