From 4189aeac0eee4890b2c8c98668cecff5311aa18d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 23 Feb 2019 08:14:53 +1300 Subject: [PATCH] TVstore: add cats tvhd and tvsd to match the returned categories processed via the call of TvCategoryParser.ParseTvShowQuality --- src/Jackett.Common/Indexers/TVstore.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Indexers/TVstore.cs b/src/Jackett.Common/Indexers/TVstore.cs index 4c6605c1b..f5cfb876d 100755 --- a/src/Jackett.Common/Indexers/TVstore.cs +++ b/src/Jackett.Common/Indexers/TVstore.cs @@ -47,6 +47,8 @@ namespace Jackett.Common.Indexers Type = "private"; AddCategoryMapping(1, TorznabCatType.TV); + AddCategoryMapping(2, TorznabCatType.TVHD); + AddCategoryMapping(3, TorznabCatType.TVSD); }