mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
Updated Jackett Categories (markdown)
parent
ea6860ddd3
commit
c4d7508015
1 changed files with 4 additions and 4 deletions
|
@ -91,15 +91,15 @@ id title
|
||||||
100000- Custom
|
100000- Custom
|
||||||
```
|
```
|
||||||
***
|
***
|
||||||
Note:
|
Note:
|
||||||
When adding cats to yml or C# remember that the classes are **case sensitive**
|
When adding cats to yml or C# remember that the classes are **case sensitive**
|
||||||
YML example:
|
YML example:
|
||||||
```yml
|
```yml
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 8, cat: Books/EBook, desc: "Books (Epub, PDF, CBR)"}
|
- {id: 8, cat: Books/EBook, desc: "Books (Epub, PDF, CBR)"}
|
||||||
```
|
```
|
||||||
C# example:
|
C# example:
|
||||||
```C#
|
```C#
|
||||||
AddCategoryMapping(8, TorznabCatType.BooksEBook, "Books (Epub, PDF, CBR)");
|
AddCategoryMapping(8, TorznabCatType.BooksEBook, "Books (Epub, PDF, CBR)");
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue