fixup add rationale for Obsolete of C# Indexer Implementations

This commit is contained in:
bakerboy448
2021-12-11 22:38:40 -06:00
parent 46401ee187
commit 80c31e8660
13 changed files with 13 additions and 13 deletions
@@ -20,7 +20,7 @@ using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete]
[Obsolete("Moved to YML for Cardigann v3")]
public class DigitalCore : TorrentIndexerBase<DigitalCoreSettings>
{
public override string Name => "DigitalCore";