From e8139f2a5b90a8e20cd1c873f95d7be07bd84a88 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 28 Jun 2023 17:56:01 +0300 Subject: [PATCH] Fixed: (PornoLab) Moved to YML for Cardigann --- src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs b/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs index 1eb5c74dd..63d716e1d 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs @@ -20,6 +20,7 @@ using NzbDrone.Core.Parser.Model; namespace NzbDrone.Core.Indexers.Definitions { + [Obsolete("Moved to YML for Cardigann")] public class PornoLab : TorrentIndexerBase { public override string Name => "PornoLab";