mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
xspeeds: add missing category (#9515)
This commit is contained in:
parent
7206f2306c
commit
ee1be44169
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ namespace Jackett.Common.Indexers
|
|||
AddCategoryMapping(15, TorznabCatType.AudioVideo, "Music Videos");
|
||||
AddCategoryMapping(32, TorznabCatType.ConsoleNDS, "NDS Games");
|
||||
AddCategoryMapping(9, TorznabCatType.Other, "Other");
|
||||
AddCategoryMapping(95, TorznabCatType.PCMac, "Mac Games");
|
||||
AddCategoryMapping(6, TorznabCatType.PCGames, "PC Games");
|
||||
AddCategoryMapping(45, TorznabCatType.Other, "Pictures");
|
||||
AddCategoryMapping(31, TorznabCatType.ConsolePS4, "Playstation");
|
||||
|
|
Loading…
Add table
Reference in a new issue