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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
id: yourexotic
id: exoticaz
name: ExoticaZ
description: "ExoticaZ (YourExotic) is a Private Torrent Tracker for 3X"
language: en-us

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)

View File

@ -338,7 +338,7 @@ namespace Jackett.Updater
"Definitions/music-master.yml",
"Definitions/nachtwerk.yml",
"Definitions/nexttorrent.yml",
"Definitions/nostalgic.yml",
"Definitions/nostalgic.yml", // renamed to vhstapes.yml
"Definitions/nyaa.yml",
"Definitions/nyoo.yml",
"Definitions/passionetorrent.yml",
@ -393,6 +393,7 @@ namespace Jackett.Updater
"Definitions/worldofp2p.yml",
"Definitions/worldwidetorrents.yml",
"Definitions/xktorrent.yml",
"Definitions/yourexotic.yml", // renamed to exoticaz.yml
"Microsoft.Owin.dll",
"Microsoft.Owin.FileSystems.dll",
"Microsoft.Owin.Host.HttpListener.dll",