From 3b51a3a6185436ace567022add01416c31a3f27a Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:44:43 -0600 Subject: [PATCH] fixup! New: (DanishBytes) Move to YML --- src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs b/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs index 54f251320..7c7ce7f7f 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs @@ -19,9 +19,9 @@ using NzbDrone.Core.Validation; namespace NzbDrone.Core.Indexers.Definitions { + [Obsolete("Moved to YML")] 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";