From 799f32c9f950d8b955e7d3b120d518ce2e7f5892 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 3 Apr 2023 08:49:03 +1200 Subject: [PATCH] audiobookbay: add cat other. resolves #14208 --- src/Jackett.Common/Indexers/AudioBookBay.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/AudioBookBay.cs b/src/Jackett.Common/Indexers/AudioBookBay.cs index 38886b777..6f454dbfc 100644 --- a/src/Jackett.Common/Indexers/AudioBookBay.cs +++ b/src/Jackett.Common/Indexers/AudioBookBay.cs @@ -145,6 +145,7 @@ namespace Jackett.Common.Indexers caps.Categories.AddCategoryMapping("novel", TorznabCatType.AudioAudiobook, "Novel"); caps.Categories.AddCategoryMapping("short-story", TorznabCatType.AudioAudiobook, "Short Story"); + caps.Categories.AddCategoryMapping("other", TorznabCatType.AudioAudiobook, "Other"); return caps; }