Skip to content

Commit

Permalink
brasiltracker: add config info TPP + 8000 #13315
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 25, 2022
1 parent 93991d7 commit 5f94f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Indexers/BrasilTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class BrasilTracker : BaseWebIndexer
logger: l,
p: ps,
cacheService: cs,
configData: new ConfigurationDataBasicLogin())
configData: new ConfigurationDataBasicLogin("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."))
{
Encoding = Encoding.UTF8;
Language = "pt-BR";
Expand Down

0 comments on commit 5f94f8c

Please sign in to comment.