mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
parent
31fbcc1c53
commit
ee660bb997
2 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@ namespace Jackett.Common.Indexers
|
|||
public class Redacted : GazelleTracker
|
||||
{
|
||||
public Redacted(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||
: base(id: "passtheheadphones",
|
||||
: base(id: "redacted",
|
||||
name: "Redacted",
|
||||
description: "A music tracker",
|
||||
link: "https://redacted.ch/",
|
||||
|
|
|
@ -36,9 +36,10 @@ namespace Jackett.Common.Services
|
|||
// use: {"<old id>", "<new id>"}
|
||||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||
{
|
||||
{"nostalgic", "vhstapes"},
|
||||
{"passtheheadphones", "redacted"},
|
||||
{"tehconnectionme", "anthelion"},
|
||||
{"transmithenet", "nebulance"},
|
||||
{"nostalgic", "vhstapes"}
|
||||
{"transmithenet", "nebulance"}
|
||||
};
|
||||
|
||||
public IndexerManagerService(IIndexerConfigurationService config, IProtectionService protectionService, WebClient webClient, Logger l, ICacheService cache, IProcessService processService, IConfigurationService globalConfigService, ServerConfig serverConfig)
|
||||
|
|
Loading…
Reference in a new issue