From 17fef0064d7b29bc0506323ddb32b913a1a214dc Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 3 Nov 2024 08:53:35 +1300 Subject: [PATCH] hdtorrents.org: add missing cat --- src/Jackett.Common/Indexers/Definitions/HDTorrents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs b/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs index bd1a54d20..fd58e6002 100644 --- a/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs +++ b/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs @@ -111,6 +111,7 @@ namespace Jackett.Common.Indexers.Definitions // XXX caps.Categories.AddCategoryMapping("58", TorznabCatType.XXX, "XXX/Blu-ray"); + caps.Categories.AddCategoryMapping("78", TorznabCatType.XXX, "XXX/Remux"); caps.Categories.AddCategoryMapping("74", TorznabCatType.XXX, "XXX/UHD/Blu-ray"); caps.Categories.AddCategoryMapping("48", TorznabCatType.XXX, "XXX/1080p/i"); caps.Categories.AddCategoryMapping("47", TorznabCatType.XXX, "XXX/720p");