From ad90811d2be09dea1adf472b49aedaf2eb8f65fe Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 2 Mar 2024 05:01:47 +1300 Subject: [PATCH] bithdtv: add activity info to config --- src/Jackett.Common/Indexers/BitHDTV.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/BitHDTV.cs b/src/Jackett.Common/Indexers/BitHDTV.cs index b134b7d7f..e2d7a1131 100644 --- a/src/Jackett.Common/Indexers/BitHDTV.cs +++ b/src/Jackett.Common/Indexers/BitHDTV.cs @@ -46,6 +46,7 @@ namespace Jackett.Common.Indexers configData: new ConfigurationDataCookie("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", "Inactive accounts are disabled after 90 days for User class, after 180 days for Power User class, after 270 days for Elite User & Insane User class. This doesn't apply to Veteran User class or above. Parking your account doubles the maximum inactive time. Only the login and browsing the site is considered activity.")); } private TorznabCapabilities SetCapabilities()