mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
HDBitsAPI: enable torznab TV imdbid support. #4859
This commit is contained in:
parent
09df00aae5
commit
72e64b41a1
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue