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