1
0
Fork 0
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:
Garfield69 2019-02-23 08:14:53 +13:00
parent 5f66b1a297
commit 4189aeac0e

View file

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