1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 03:38:31 +00:00

audiobookbay: add cat other. resolves #14208

This commit is contained in:
Garfield69 2023-04-03 08:49:03 +12:00
parent 1119f10c22
commit 799f32c9f9

View file

@ -145,6 +145,7 @@ namespace Jackett.Common.Indexers
caps.Categories.AddCategoryMapping("novel", TorznabCatType.AudioAudiobook, "Novel"); caps.Categories.AddCategoryMapping("novel", TorznabCatType.AudioAudiobook, "Novel");
caps.Categories.AddCategoryMapping("short-story", TorznabCatType.AudioAudiobook, "Short Story"); caps.Categories.AddCategoryMapping("short-story", TorznabCatType.AudioAudiobook, "Short Story");
caps.Categories.AddCategoryMapping("other", TorznabCatType.AudioAudiobook, "Other");
return caps; return caps;
} }