YTS: add LegacySiteLinks

This commit is contained in:
kaso17
2017-11-29 19:13:52 +01:00
parent b8507c71b6
commit f49a960f5e

View File

@@ -19,6 +19,10 @@ namespace Jackett.Indexers
{
private static readonly string defaultSiteLink = "https://yts.am/";
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"https://yts.ag/",
};
private Uri BaseUri
{
get { return new Uri(configData.Url.Value); }