From cfd0d71e0b53e187494932e0b4c0809f8ac0fa5e Mon Sep 17 00:00:00 2001 From: garfield69 Date: Sat, 3 Apr 2021 17:25:28 +1300 Subject: [PATCH] Updated Jackett Categories (markdown) --- Jackett-Categories.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jackett-Categories.md b/Jackett-Categories.md index ae12191..ed5eeff 100644 --- a/Jackett-Categories.md +++ b/Jackett-Categories.md @@ -103,4 +103,6 @@ C# example: ```C# AddCategoryMapping(8, TorznabCatType.BooksEBook, "Books (Epub, PDF, CBR)"); ``` -For example, `Books/Ebook` or `TorznabCatType.booksEbook` are not valid. \ No newline at end of file +For example, `Books/Ebook` or `TorznabCatType.booksEbook` are not valid. + +Also for C# the CatType do not have spaces or dashed, eg `ConsoleXBox360DLC` or `MoviesWEBDL` \ No newline at end of file