mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
Added SiCKRAGE-api to case sensitive display
This commit is contained in:
parent
d3b51e714b
commit
33ac485e1b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def autoFork(section, inputCategory):
|
||||||
apikey = cfg.get("apikey")
|
apikey = cfg.get("apikey")
|
||||||
ssl = int(cfg.get("ssl", 0))
|
ssl = int(cfg.get("ssl", 0))
|
||||||
web_root = cfg.get("web_root", "")
|
web_root = cfg.get("web_root", "")
|
||||||
replace = {'sickrage':'SickRage', 'sickragetv':'SickRageTV', 'sickgear':'SickGear', 'medusa':'Medusa'}
|
replace = {'sickrage':'SickRage', 'sickragetv':'SickRageTV', 'sickgear':'SickGear', 'medusa':'Medusa', 'sickrage-api':'SiCKRAGE-api'}
|
||||||
f1 = replace[cfg.get("fork", "auto")] if cfg.get("fork", "auto") in replace else cfg.get("fork", "auto")
|
f1 = replace[cfg.get("fork", "auto")] if cfg.get("fork", "auto") in replace else cfg.get("fork", "auto")
|
||||||
try:
|
try:
|
||||||
fork = core.FORKS.items()[core.FORKS.keys().index(f1)]
|
fork = core.FORKS.items()[core.FORKS.keys().index(f1)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue