Updated Jackett Categories (markdown)

garfield69 2024-03-30 15:20:08 +13:00
parent e245ecd7e4
commit f8d60033b7
1 changed files with 1 additions and 1 deletions

@ -113,6 +113,6 @@ C# example:
AddCategoryMapping(8, TorznabCatType.BooksEBook, "Books (Epub, PDF, CBR)");
```
For example, `Books/Ebook` or `TorznabCatType.booksEbook` are not valid. (_Can you spot why? Take a closer look at the examples above._)
For example, `Books/Ebook` or `TorznabCatType.booksEBook` are not valid. (_Can you spot why? Take a closer look at the examples above._)
Also for C# the CatType do not have spaces, slashes or dashes, eg `ConsoleXBox360DLC` or `MoviesWEBDL`