mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-08 01:23:26 +01:00
fixup! New: (DanishBytes) Move to YML
This commit is contained in:
parent
09bd8137fc
commit
3b51a3a618
1 changed files with 1 additions and 1 deletions
|
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
namespace NzbDrone.Core.Indexers.Definitions
|
namespace NzbDrone.Core.Indexers.Definitions
|
||||||
{
|
{
|
||||||
|
[Obsolete("Moved to YML")]
|
||||||
public class DanishBytes : TorrentIndexerBase<DanishBytesSettings>
|
public class DanishBytes : TorrentIndexerBase<DanishBytesSettings>
|
||||||
{
|
{
|
||||||
[Obsolete("Moved to YML")]
|
|
||||||
public override string Name => "DanishBytes";
|
public override string Name => "DanishBytes";
|
||||||
public override string[] IndexerUrls => new string[] { "https://danishbytes.club/", "https://danishbytes2.org/" };
|
public override string[] IndexerUrls => new string[] { "https://danishbytes.club/", "https://danishbytes2.org/" };
|
||||||
public override string Description => "DanishBytes is a Private Danish Tracker";
|
public override string Description => "DanishBytes is a Private Danish Tracker";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue