mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ast4u: renamed animeworld + new domain resolves #10578
This commit is contained in:
@@ -36,6 +36,7 @@ namespace Jackett.Common.Services
|
||||
// use: {"<old id>", "<new id>"}
|
||||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||
{
|
||||
{"ast4u", "animeworld"},
|
||||
{"broadcastthenet", "broadcasthenet"},
|
||||
{"cili180", "cilipro"},
|
||||
{"icetorrent", "speedapp"},
|
||||
@@ -136,7 +137,7 @@ namespace Jackett.Common.Services
|
||||
indexers.Add(indexer.Id, indexer);
|
||||
configService.Load(indexer);
|
||||
}
|
||||
|
||||
|
||||
logger.Info($"Loaded {nativeIndexers.Count} Native indexers: {string.Join(", ", nativeIndexers.Select(i => i.Id))}");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user