1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

Updated Jackett Categories (markdown)

garfield69 2020-11-18 09:26:59 +13:00
parent ea6860ddd3
commit c4d7508015

@ -91,15 +91,15 @@ id title
100000- Custom
```
***
Note:
When adding cats to yml or C# remember that the classes are **case sensitive**
YML example:
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# example:
```C#
AddCategoryMapping(8, TorznabCatType.BooksEBook, "Books (Epub, PDF, CBR)");
```