Skip to content

Commit

Permalink
xspeeds: add missing category (#9515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngosang committed Sep 13, 2020
1 parent 7206f23 commit ee1be44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jackett.Common/Indexers/XSpeeds.cs
Expand Up @@ -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");
Expand Down

0 comments on commit ee1be44

Please sign in to comment.