diff --git a/src/Jackett.Common/Indexers/BrasilTracker.cs b/src/Jackett.Common/Indexers/BrasilTracker.cs index edbf9f75f..12edfe8ba 100644 --- a/src/Jackett.Common/Indexers/BrasilTracker.cs +++ b/src/Jackett.Common/Indexers/BrasilTracker.cs @@ -22,6 +22,7 @@ namespace Jackett.Common.Indexers { Language = "pt-br"; Type = "private"; + TorznabCaps.SupportsImdbSearch = false; // they store the imdb ID but it's not included in the results, search is also not available. TorznabCaps.SupportedMusicSearchParamsList = new List() { "q", "album", "artist", "label", "year" }; AddCategoryMapping(1, TorznabCatType.Movies, "Filmes");