From 9a5aeec054ea8a0617daaf27f4fcb9bef664b065 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 3 Mar 2024 13:47:31 +1300 Subject: [PATCH] libble: add activity info to config --- src/Jackett.Common/Indexers/Libble.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/Libble.cs b/src/Jackett.Common/Indexers/Libble.cs index fc4227698..b5d855d59 100644 --- a/src/Jackett.Common/Indexers/Libble.cs +++ b/src/Jackett.Common/Indexers/Libble.cs @@ -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()