mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
redacted: new site link (#15725)
This commit is contained in:
parent
be590002a7
commit
60a76cf8c8
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
public override string Name => "Redacted";
|
||||
public override string Description => "A music tracker";
|
||||
// Status: https://red.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://redacted.ch/";
|
||||
public override string SiteLink { get; protected set; } = "https://redacted.sh/";
|
||||
public override string[] LegacySiteLinks => new[] { "https://redacted.ch/" };
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
||||
|
|
Loading…
Reference in a new issue