Skip to content

Commit

Permalink
speedcd: update categories (#9363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngosang committed Aug 17, 2020
1 parent e940ac4 commit 7327832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jackett.Common/Indexers/SpeedCD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public SpeedCD(IIndexerConfigurationService configService, WebClient wc, Logger
AddCategoryMapping(54, TorznabCatType.Books, "Educational");
AddCategoryMapping(27, TorznabCatType.Books, "Books-Mags");
AddCategoryMapping(26, TorznabCatType.Audio, "Music/Audio");
AddCategoryMapping(3, TorznabCatType.Audio, "Music/Flac");
AddCategoryMapping(44, TorznabCatType.Audio, "Music/Pack");
AddCategoryMapping(29, TorznabCatType.AudioVideo, "Music/Video");
}
Expand Down

0 comments on commit 7327832

Please sign in to comment.