1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-11 14:44:46 +00:00
This commit is contained in:
Garfield69 2024-03-02 08:30:36 +13:00
parent f6b38f37c5
commit a5a3b1168d

View file

@ -48,8 +48,7 @@ namespace Jackett.Common.Indexers
configData: new ConfigurationDataCookie())
{
configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false });
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "User: You must access the account at least once within 7 days, after this period the account will be considered inactive and automatically deactivated by the system. Member: You must access the account at least once every 90 days, after this period the account will be considered
inactive and automatically deactivated by the system. Power User & Elite: Exempt."));
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "User: You must access the account at least once within 7 days, after this period the account will be considered inactive and automatically deactivated by the system. Member: You must access the account at least once every 90 days, after this period the account will be considered inactive and automatically deactivated by the system. Power User & Elite: Exempt."));
}
private TorznabCapabilities SetCapabilities()