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 }); }