mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
audiobookbay: add cat other. resolves #14208
This commit is contained in:
parent
1119f10c22
commit
799f32c9f9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue