mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: categories cleanup (#10006)
* core: categories cleanup * swap categories 2050 Movies/BluRay / 2060 Movies/3D * swap categories 6050 XXX/Pack / 6070 XXX/Other * swap categories 7010 Books/Mags / 7020 Books/EBook / 7030 Books/Comics * category validation is case sensitive * renamed some categories to follow Newznab specs
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Jackett.Common.Indexers
|
||||
AddCategoryMapping(10, TorznabCatType.PCGames, "Games/Win");
|
||||
AddCategoryMapping(12, TorznabCatType.ConsoleWii, "Games/Wii");
|
||||
AddCategoryMapping(13, TorznabCatType.ConsolePS4, "Games/PSX");
|
||||
AddCategoryMapping(14, TorznabCatType.ConsoleXbox, "Games/XBOX");
|
||||
AddCategoryMapping(14, TorznabCatType.ConsoleXBox, "Games/XBOX");
|
||||
|
||||
AddCategoryMapping(4, TorznabCatType.PCMac, "Apps/Mac");
|
||||
AddCategoryMapping(5, TorznabCatType.PC0day, "Apps/Win");
|
||||
|
Reference in New Issue
Block a user