From 4ed8717ccd9ff8fbbc2164647d4018b3bc1ec32f Mon Sep 17 00:00:00 2001 From: eriuhdkjnwwk <36246362+eriuhdkjnwwk@users.noreply.github.com> Date: Sat, 17 Feb 2018 23:27:17 -0700 Subject: [PATCH] Cat 6 is actually XXX/Movies (#2606) --- src/Jackett.Common/Indexers/TorrentDay.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index e4a719e6..8398aeb2 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -80,7 +80,6 @@ namespace Jackett.Indexers AddCategoryMapping(48, TorznabCatType.MoviesUHD, "Movies/x265"); AddCategoryMapping(1, TorznabCatType.MoviesSD, "Movies/XviD"); - AddCategoryMapping(6, TorznabCatType.Audio, "Music"); AddCategoryMapping(17, TorznabCatType.Audio, "Music/Audio"); AddCategoryMapping(23, TorznabCatType.AudioForeign, "Music/Non-English"); AddCategoryMapping(41, TorznabCatType.Audio, "Music/Packs"); -- GitLab