mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
TVstore: add cats tvhd and tvsd
to match the returned categories processed via the call of TvCategoryParser.ParseTvShowQuality
This commit is contained in:
parent
5f66b1a297
commit
4189aeac0e
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ namespace Jackett.Common.Indexers
|
|||
Type = "private";
|
||||
|
||||
AddCategoryMapping(1, TorznabCatType.TV);
|
||||
AddCategoryMapping(2, TorznabCatType.TVHD);
|
||||
AddCategoryMapping(3, TorznabCatType.TVSD);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue