HDBitsAPI: enable torznab TV imdbid support. #4859

This commit is contained in:
Garfield69 2020-04-02 08:52:59 +13:00
parent 09df00aae5
commit 72e64b41a1
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ namespace Jackett.Common.Indexers
Language = "en-us";
Type = "private";
TorznabCaps.SupportsImdbMovieSearch = true;
TorznabCaps.SupportsImdbTVSearch = true;
AddCategoryMapping(6, TorznabCatType.Audio, "Audio Track");
AddCategoryMapping(3, TorznabCatType.TVDocumentary, "Documentary");