diff --git a/src/Jackett.Common/Indexers/XSpeeds.cs b/src/Jackett.Common/Indexers/XSpeeds.cs index 63fc892e2..51d7a602b 100644 --- a/src/Jackett.Common/Indexers/XSpeeds.cs +++ b/src/Jackett.Common/Indexers/XSpeeds.cs @@ -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");