From 105be3663a65b21ac0ec1fcfeb7f7d66f91af9ed Mon Sep 17 00:00:00 2001 From: ERR1R Date: Fri, 14 Aug 2020 07:25:52 +0200 Subject: [PATCH] digitalcore: add New Category (#9332) --- src/Jackett.Common/Indexers/DigitalCore.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/DigitalCore.cs b/src/Jackett.Common/Indexers/DigitalCore.cs index 3844fb11c..b175f9d3d 100644 --- a/src/Jackett.Common/Indexers/DigitalCore.cs +++ b/src/Jackett.Common/Indexers/DigitalCore.cs @@ -68,6 +68,7 @@ namespace Jackett.Common.Indexers AddCategoryMapping(18, TorznabCatType.PC0day, "Apps/0day"); AddCategoryMapping(20, TorznabCatType.PCISO, "Apps/PC"); AddCategoryMapping(21, TorznabCatType.PCMac, "Apps/Mac"); + AddCategoryMapping(33, TorznabCatType.PC, "Apps/Tutorials"); AddCategoryMapping(22, TorznabCatType.AudioMP3, "Music/MP3"); AddCategoryMapping(23, TorznabCatType.AudioLossless, "Music/FLAC");