TVstore: add cats tvhd and tvsd

to match the returned categories processed via the call of TvCategoryParser.ParseTvShowQuality
This commit is contained in:
Garfield69 2019-02-23 08:14:53 +13:00
parent 5f66b1a297
commit 4189aeac0e
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ namespace Jackett.Common.Indexers
Type = "private";
AddCategoryMapping(1, TorznabCatType.TV);
AddCategoryMapping(2, TorznabCatType.TVHD);
AddCategoryMapping(3, TorznabCatType.TVSD);
}