1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 06:40:57 +00:00

DanishBits: add legacy site links

This commit is contained in:
kaso17 2017-11-30 16:12:10 +01:00
parent 16f255745f
commit eed9745c67

View file

@ -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; }