From db2ba3ba0b2bc0c2b86ef5fae2ac2f3a9b1b516e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 10 Mar 2019 13:40:32 +1300 Subject: [PATCH] digitalcore: update music categories --- src/Jackett.Common/Indexers/digitalcore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/digitalcore.cs b/src/Jackett.Common/Indexers/digitalcore.cs index aeabc82d4..8988ef08f 100644 --- a/src/Jackett.Common/Indexers/digitalcore.cs +++ b/src/Jackett.Common/Indexers/digitalcore.cs @@ -63,8 +63,8 @@ namespace Jackett.Common.Indexers AddCategoryMapping(19, TorznabCatType.PCGames, "Games/PC"); AddCategoryMapping(20, TorznabCatType.PCISO, "Apps/PC"); - AddCategoryMapping(22, TorznabCatType.Audio, "Music/MP3"); - AddCategoryMapping(23, TorznabCatType.Audio, "Music/FLAC"); + AddCategoryMapping(22, TorznabCatType.AudioMP3, "Music/MP3"); + AddCategoryMapping(23, TorznabCatType.AudioLossless, "Music/FLAC"); AddCategoryMapping(24, TorznabCatType.Audio, "Music/MTV"); AddCategoryMapping(30, TorznabCatType.XXX, "XXX/SD");