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; }