brasiltracker: remove obsolete config info

This commit is contained in:
Garfield69 2023-05-08 17:34:35 +12:00
parent 571bd12a47
commit 0cffd5a181
1 changed files with 1 additions and 1 deletions

View File

@ -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.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).</br>For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile."))
configData: new ConfigurationDataCookie())
{
configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false });
}