1
0
Fork 0
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:
kaso17 2018-03-23 12:17:51 +01:00
parent 478e3ba74e
commit e4a8ef36c0

View file

@ -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");