mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
libble: add activity info to config
This commit is contained in:
parent
4dd2d7a387
commit
9a5aeec054
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ namespace Jackett.Common.Indexers
|
|||
configData: new ConfigurationDataBasicLoginWith2FA())
|
||||
{
|
||||
configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false });
|
||||
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "Accounts are disabled for inactivity after twelve months. To prevent inactivity pruning, browse the site while being logged in. Seeding does not count as 'activity' (actively using site)."));
|
||||
}
|
||||
|
||||
private TorznabCapabilities SetCapabilities()
|
||||
|
|
Loading…
Add table
Reference in a new issue