From 0f72c20d2727d9c39b1b9b199cdb5389a3a4e9c5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 12 Aug 2025 08:34:14 +1200 Subject: [PATCH] filelist: add cat. resolves #16123 --- src/Jackett.Common/Indexers/Definitions/FileList.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/Definitions/FileList.cs b/src/Jackett.Common/Indexers/Definitions/FileList.cs index 0481df08a..1cf392dba 100644 --- a/src/Jackett.Common/Indexers/Definitions/FileList.cs +++ b/src/Jackett.Common/Indexers/Definitions/FileList.cs @@ -113,6 +113,7 @@ namespace Jackett.Common.Indexers.Definitions caps.Categories.AddCategoryMapping(27, TorznabCatType.TVUHD, "Seriale 4K"); caps.Categories.AddCategoryMapping(28, TorznabCatType.MoviesForeign, "RO Dubbed"); caps.Categories.AddCategoryMapping(28, TorznabCatType.TVForeign, "RO Dubbed"); + caps.Categories.AddCategoryMapping(31, TorznabCatType.TVForeign, "K-Drama"); return caps; }