Anthelion: shorten name

This commit is contained in:
kaso17
2018-12-28 12:14:16 +01:00
parent ebcb82ed80
commit 431570e696
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* AlphaRatio (AR) * AlphaRatio (AR)
* AnimeBytes * AnimeBytes
* AnimeTorrents (AnT) * AnimeTorrents (AnT)
* Anthelion (was TehConnection.me) * Anthelion
* AOX * AOX
* ArabaFenice * ArabaFenice
* Arche Torrent * Arche Torrent

View File

@@ -14,7 +14,7 @@ namespace Jackett.Common.Indexers
}; };
public TehConnectionMe(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService) public TehConnectionMe(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
: base(name: "Anthelion (TehConnection.me)", : base(name: "Anthelion", // old name: TehConnection.me
desc: "A movies tracker", desc: "A movies tracker",
link: "https://anthelion.me/", link: "https://anthelion.me/",
configService: configService, configService: configService,