mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 09:24:11 +02:00
DanishBits: add legacy site links
This commit is contained in:
@@ -13,6 +13,10 @@ namespace Jackett.Indexers
|
||||
{
|
||||
public class DanishBits : CouchPotatoTracker
|
||||
{
|
||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||
"http://danishbits.org/",
|
||||
};
|
||||
|
||||
private new ConfigurationDataUserPasskey configData
|
||||
{
|
||||
get { return (ConfigurationDataUserPasskey)base.configData; }
|
||||
|
Reference in New Issue
Block a user