exoticaz: rename old id yourexotic #8355 (#8670)

This commit is contained in:
Diego Heras
2020-05-16 00:13:30 +02:00
committed by GitHub
parent ee660bb997
commit b59bdc5cc8
3 changed files with 5 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ namespace Jackett.Common.Services
{"nostalgic", "vhstapes"},
{"passtheheadphones", "redacted"},
{"tehconnectionme", "anthelion"},
{"transmithenet", "nebulance"}
{"transmithenet", "nebulance"},
{"yourexotic", "exoticaz"}
};
public IndexerManagerService(IIndexerConfigurationService config, IProtectionService protectionService, WebClient webClient, Logger l, ICacheService cache, IProcessService processService, IConfigurationService globalConfigService, ServerConfig serverConfig)