mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Brasil Tracker: IMDB note
This commit is contained in:
@@ -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<string>() { "q", "album", "artist", "label", "year" };
|
||||
|
||||
AddCategoryMapping(1, TorznabCatType.Movies, "Filmes");
|
||||
|
Reference in New Issue
Block a user