mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-25 06:17:26 -04: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 @@ using NzbDrone.Core.Validation;
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue