From dd05a9dbd415af666c207ab0dba0b6262387cd32 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 9 Oct 2022 10:34:40 -0500 Subject: [PATCH] Obsolete Anthelion C# Indexer --- src/NzbDrone.Core/Indexers/Definitions/Anthelion.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Indexers/Definitions/Anthelion.cs b/src/NzbDrone.Core/Indexers/Definitions/Anthelion.cs index f1464f07a..bdffbbca5 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/Anthelion.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/Anthelion.cs @@ -19,6 +19,7 @@ using NzbDrone.Core.Parser.Model; namespace NzbDrone.Core.Indexers.Definitions { + [Obsolete("Moved to YML for Cardigann")] public class Anthelion : TorrentIndexerBase { public override string Name => "Anthelion";