From 99ed3fbc2cbdeabbf9f629f1b034122189a46d44 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 18 Sep 2018 06:52:50 +1200 Subject: [PATCH] horriblesubs: cosmetic change to description the n-dash does not decoded --- src/Jackett.Common/Indexers/HorribleSubs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/HorribleSubs.cs b/src/Jackett.Common/Indexers/HorribleSubs.cs index 58ce52005..65f389c6d 100644 --- a/src/Jackett.Common/Indexers/HorribleSubs.cs +++ b/src/Jackett.Common/Indexers/HorribleSubs.cs @@ -27,7 +27,7 @@ namespace Jackett.Common.Indexers public HorribleSubs(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) : base(name: "Horrible Subs", - description: "HorribleSubs – So bad yet so good", + description: "HorribleSubs - So bad yet so good", link: "https://horriblesubs.info/", caps: new TorznabCapabilities(TorznabCatType.TVAnime), configService: configService,