uniotaku: new cat

This commit is contained in:
Garfield69 2024-08-08 06:16:06 +12:00
parent 38eadb2570
commit f9609429f9
1 changed files with 1 additions and 0 deletions

View File

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