From 0cffd5a1817ca6042d50bc7b93a4b345e03343d4 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 8 May 2023 17:34:35 +1200 Subject: [PATCH] brasiltracker: remove obsolete config info --- src/Jackett.Common/Indexers/BrasilTracker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/BrasilTracker.cs b/src/Jackett.Common/Indexers/BrasilTracker.cs index f7e93f318..e707020c7 100644 --- a/src/Jackett.Common/Indexers/BrasilTracker.cs +++ b/src/Jackett.Common/Indexers/BrasilTracker.cs @@ -45,7 +45,7 @@ namespace Jackett.Common.Indexers logger: l, p: ps, cacheService: cs, - configData: new ConfigurationDataCookie("BrasilTracker does not return categories in its search results.
To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
For best results, change the Torrents per page: setting to 100 on your account profile.")) + configData: new ConfigurationDataCookie()) { configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false }); }