mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
DanishBits: add legacy site links
This commit is contained in:
parent
16f255745f
commit
eed9745c67
1 changed files with 4 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue