mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 10:50:47 +00:00
Brasil Tracker: IMDB note
This commit is contained in:
parent
478e3ba74e
commit
e4a8ef36c0
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue