From 09bd8137fc9c2a2bfbcc4c0bb7a6955ca393949b Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:24:09 -0600 Subject: [PATCH] New: (DanishBytes) Move to YML --- src/NzbDrone.Core/Indexers/Definitions/DanishBytes.cs | 1 + 1 file changed, 1 insertion(+) 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";