mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
hdtorrents: add inactivity info to config
This commit is contained in:
parent
c705778ec3
commit
038ec05a64
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
{
|
||||
configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false });
|
||||
configData.AddDynamic("flaresolverr", new DisplayInfoConfigurationItem("FlareSolverr", "This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href=\"https://github.com/Jackett/Jackett#configuring-flaresolverr\" target=\"_blank\">FlareSolverr</a> to access it."));
|
||||
configData.AddDynamic("accountinactivity", new DisplayInfoConfigurationItem("Account Inactivity", "If you do not log in for 50 days, your account will be disabled for inactivity. If you are VIP you won't be disabled until the VIP period is over."));
|
||||
}
|
||||
|
||||
private TorznabCapabilities SetCapabilities()
|
||||
|
|
Loading…
Add table
Reference in a new issue