From 00f8d1043a129a1f08cc04bd0b43247500dbcc85 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:38:55 +0000 Subject: [PATCH] AnimeTorrents: add new cat --- src/Jackett.Common/Indexers/Definitions/AnimeTorrents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/Definitions/AnimeTorrents.cs b/src/Jackett.Common/Indexers/Definitions/AnimeTorrents.cs index 6358f0463..7426a61ba 100644 --- a/src/Jackett.Common/Indexers/Definitions/AnimeTorrents.cs +++ b/src/Jackett.Common/Indexers/Definitions/AnimeTorrents.cs @@ -83,6 +83,7 @@ namespace Jackett.Common.Indexers.Definitions caps.Categories.AddCategoryMapping(17, TorznabCatType.BooksComics, "Doujinshi"); caps.Categories.AddCategoryMapping(18, TorznabCatType.BooksComics, "Doujinshi 18+"); caps.Categories.AddCategoryMapping(19, TorznabCatType.Audio, "OST"); + caps.Categories.AddCategoryMapping(20, TorznabCatType.AudioAudiobook, "Audiobooks"); return caps; }