From ee1be441696c99b962637912687a06503074f71a Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Sun, 13 Sep 2020 12:01:23 +0200 Subject: [PATCH] xspeeds: add missing category (#9515) --- src/Jackett.Common/Indexers/XSpeeds.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/XSpeeds.cs b/src/Jackett.Common/Indexers/XSpeeds.cs index 63fc892e26321..51d7a602bf693 100644 --- a/src/Jackett.Common/Indexers/XSpeeds.cs +++ b/src/Jackett.Common/Indexers/XSpeeds.cs @@ -70,6 +70,7 @@ public XSpeeds(IIndexerConfigurationService configService, WebClient wc, Logger 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");