From f9609429f9e38d92d268d03d359fb4fcd200d2dc Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 8 Aug 2024 06:16:06 +1200 Subject: [PATCH] uniotaku: new cat --- src/Jackett.Common/Indexers/Definitions/Uniotaku.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/Definitions/Uniotaku.cs b/src/Jackett.Common/Indexers/Definitions/Uniotaku.cs index 7cd2de09c..d2494c611 100644 --- a/src/Jackett.Common/Indexers/Definitions/Uniotaku.cs +++ b/src/Jackett.Common/Indexers/Definitions/Uniotaku.cs @@ -70,6 +70,7 @@ namespace Jackett.Common.Indexers.Definitions caps.Categories.AddCategoryMapping(55, TorznabCatType.XXX, "Hentai"); caps.Categories.AddCategoryMapping(56, TorznabCatType.XXXOther, "H Doujinshi"); caps.Categories.AddCategoryMapping(57, TorznabCatType.TVOther, "Tokusatsu"); + caps.Categories.AddCategoryMapping(58, TorznabCatType.TVOther, "Live Action"); return caps; }