mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 11:47:28 +00:00
Anthelion: shorten name
This commit is contained in:
parent
ebcb82ed80
commit
431570e696
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* AlphaRatio (AR)
|
||||
* AnimeBytes
|
||||
* AnimeTorrents (AnT)
|
||||
* Anthelion (was TehConnection.me)
|
||||
* Anthelion
|
||||
* AOX
|
||||
* ArabaFenice
|
||||
* Arche Torrent
|
||||
|
|
|
@ -14,7 +14,7 @@ namespace Jackett.Common.Indexers
|
|||
};
|
||||
|
||||
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",
|
||||
link: "https://anthelion.me/",
|
||||
configService: configService,
|
||||
|
|
Loading…
Reference in a new issue