mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
BTF: add info about account settings to config. resolves #10355
This commit is contained in:
parent
ce977b7911
commit
fa7462dce5
1 changed files with 8 additions and 0 deletions
|
@ -121,6 +121,14 @@ settings:
|
|||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_account
|
||||
type: info
|
||||
label: Account Settings
|
||||
default: In order to see the correct date and size in the torrent rows, change the <b>Torrentliste:</b> setting to <b>Modern</b> on your account profile.
|
||||
- name: info_tpp
|
||||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||
|
||||
login:
|
||||
path: signin.php
|
||||
|
|
Loading…
Add table
Reference in a new issue