From 431570e696b91a868497b9c4aadaffcd065cc9f5 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 28 Dec 2018 12:14:16 +0100 Subject: [PATCH] Anthelion: shorten name --- README.md | 2 +- src/Jackett.Common/Indexers/Anthelion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8763a5c7..dc6631a4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Jackett.Common/Indexers/Anthelion.cs b/src/Jackett.Common/Indexers/Anthelion.cs index 32ce292d2..8b631196b 100644 --- a/src/Jackett.Common/Indexers/Anthelion.cs +++ b/src/Jackett.Common/Indexers/Anthelion.cs @@ -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,