Allow Obsolete of C# Indexer Implementations

This commit is contained in:
Qstick
2021-11-13 21:51:19 -06:00
parent 6200c9e496
commit 1abd14ee86
19 changed files with 40 additions and 6 deletions
@@ -20,6 +20,7 @@ using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete]
public class DigitalCore : TorrentIndexerBase<DigitalCoreSettings>
{
public override string Name => "DigitalCore";