mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
losslessclub: add config info avout forum vs tracker. #15723
This commit is contained in:
parent
44bfba5f2c
commit
93f853abf0
1 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,18 @@ caps:
|
||||||
search: [q]
|
search: [q]
|
||||||
music-search: [q, artist]
|
music-search: [q, artist]
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
|
- name: info_login
|
||||||
|
type: info
|
||||||
|
label: About LosslessClub Forum versus LosslessClub Tracker
|
||||||
|
default: "The <a href=\"https://losslessclub.com/\" target=\"_blank\">LosslessClub Forum</a> credentials are different from the <a href=\"https://losslessclub.com/login.php\" target=\"_blank\">LosslessClub Tracker</a> credentials so if the indexer is giving you 'Error Username or password is incorrect' then you are likely using the Forum credentials to access the Tracker."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
method: post
|
method: post
|
||||||
|
|
Loading…
Reference in a new issue