xspeeds: add activity info to config

this completed my contributions to private sites inactivity survey
This commit is contained in:
Garfield69 2024-03-04 19:36:07 +13:00
parent 2701ccd9a2
commit 0f5cbbbe20
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ namespace Jackett.Common.Indexers
configData.AddDynamic("orderrequestedfromsite", orderSelect);
configData.AddDynamic("freeleech", new BoolConfigurationItem("Filter freeleech only") { Value = false });
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "Accounts with no activity for 30 days will automatically be deleted. Note: The activity has to be a login on site, meaning that download client, IRC and Discord are NOT counted as site activity. If you have to be away from site for a prolonged time, you can park your account up to 60 days in the User CP area."));
}
private TorznabCapabilities SetCapabilities()