From f6b38f37c54c88b7476583365a918c04b3a3494e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 2 Mar 2024 08:24:31 +1300 Subject: [PATCH] brasiltracker: add UA to cookie config --- src/Jackett.Common/Indexers/BrasilTracker.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Indexers/BrasilTracker.cs b/src/Jackett.Common/Indexers/BrasilTracker.cs index b96b03ccc..636fb9c1b 100644 --- a/src/Jackett.Common/Indexers/BrasilTracker.cs +++ b/src/Jackett.Common/Indexers/BrasilTracker.cs @@ -48,6 +48,8 @@ namespace Jackett.Common.Indexers configData: new ConfigurationDataCookie()) { configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false }); + configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "User: You must access the account at least once within 7 days, after this period the account will be considered inactive and automatically deactivated by the system. Member: You must access the account at least once every 90 days, after this period the account will be considered +inactive and automatically deactivated by the system. Power User & Elite: Exempt.")); } private TorznabCapabilities SetCapabilities()