mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
digitalcore: add New Category (#9332)
This commit is contained in:
parent
119d34da62
commit
105be3663a
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ namespace Jackett.Common.Indexers
|
|||
AddCategoryMapping(18, TorznabCatType.PC0day, "Apps/0day");
|
||||
AddCategoryMapping(20, TorznabCatType.PCISO, "Apps/PC");
|
||||
AddCategoryMapping(21, TorznabCatType.PCMac, "Apps/Mac");
|
||||
AddCategoryMapping(33, TorznabCatType.PC, "Apps/Tutorials");
|
||||
|
||||
AddCategoryMapping(22, TorznabCatType.AudioMP3, "Music/MP3");
|
||||
AddCategoryMapping(23, TorznabCatType.AudioLossless, "Music/FLAC");
|
||||
|
|
Loading…
Add table
Reference in a new issue