From 415dff33fa594cc08adf47fe7fdb1c8d6d1f44dd Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 2 Mar 2024 20:37:57 +1300 Subject: [PATCH] funfile: add activity info to config --- src/Jackett.Common/Indexers/FunFile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/FunFile.cs b/src/Jackett.Common/Indexers/FunFile.cs index 01ab30676..46100e528 100644 --- a/src/Jackett.Common/Indexers/FunFile.cs +++ b/src/Jackett.Common/Indexers/FunFile.cs @@ -45,6 +45,7 @@ namespace Jackett.Common.Indexers configData: new ConfigurationDataBasicLogin("For best results, change the 'Torrents per page' setting to 100 in your profile.")) { configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false }); + configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "User accounts that are inactive for more than 42 days (ie haven't logged into the site) and NOT PARKED are automatically AND irretrievably deleted. Those with Donor VIP status are immune to the 42 day purging up to 1 year.")); } private TorznabCapabilities SetCapabilities()