diff --git a/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs b/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs index c5def10a7..54f251320 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs @@ -21,6 +21,7 @@ namespace NzbDrone.Core.Indexers.Definitions { public class DanishBytes : TorrentIndexerBase { + [Obsolete("Moved to YML")] public override string Name => "DanishBytes"; public override string[] IndexerUrls => new string[] { "https://danishbytes.club/", "https://danishbytes2.org/" }; public override string Description => "DanishBytes is a Private Danish Tracker";