From 542335968902ce2e1965416c95b3a102e90dffe2 Mon Sep 17 00:00:00 2001
From: Garfield69 <Garfield69@outlook.com>
Date: Thu, 8 Feb 2018 11:52:15 +1300
Subject: [PATCH] torrentday: add cat=27 music/albums resolves #2558

---
 src/Jackett.Common/Indexers/TorrentDay.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs
index 4e16366b..5fa6d02f 100644
--- a/src/Jackett.Common/Indexers/TorrentDay.cs
+++ b/src/Jackett.Common/Indexers/TorrentDay.cs
@@ -84,6 +84,7 @@ namespace Jackett.Indexers
             AddCategoryMapping(41, TorznabCatType.Audio, "Music/Packs");
             AddCategoryMapping(16, TorznabCatType.AudioVideo, "Music/Video");
             AddCategoryMapping(45, TorznabCatType.AudioOther, "Podcast");
+            AddCategoryMapping(27, TorznabCatType.Audio, "Music/Albums");
 
             AddCategoryMapping(4, TorznabCatType.PCGames, "PC/Games");
             AddCategoryMapping(18, TorznabCatType.ConsolePS3, "PS3");
-- 
GitLab