From 16ac1338771f3471f00539957c921b55dffad732 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 28 Feb 2024 09:13:36 +1300 Subject: [PATCH] iptorrents: add activity info to config --- src/Jackett.Common/Indexers/IPTorrents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/IPTorrents.cs b/src/Jackett.Common/Indexers/IPTorrents.cs index 27a463bb6..a05239db2 100644 --- a/src/Jackett.Common/Indexers/IPTorrents.cs +++ b/src/Jackett.Common/Indexers/IPTorrents.cs @@ -88,6 +88,7 @@ namespace Jackett.Common.Indexers configData.AddDynamic("sort", sort); configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false }); + configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "All members are required to log into their account at least every 89 days or you will be deleted without warning.")); } private TorznabCapabilities SetCapabilities()