Updated Jackett Categories (markdown)

garfield69 2020-11-18 09:26:32 +13:00
parent 56713f4aab
commit ea6860ddd3
1 changed files with 2 additions and 0 deletions

@ -93,11 +93,13 @@ id title
***
Note:
When adding cats to yml or C# remember that the classes are **case sensitive**
YML example:
```yml
caps:
categorymappings:
- {id: 8, cat: Books/EBook, desc: "Books (Epub, PDF, CBR)"}
```
C# example:
```C#
AddCategoryMapping(8, TorznabCatType.BooksEBook, "Books (Epub, PDF, CBR)");
```