mirror of https://github.com/Jackett/Jackett
horriblesubs: cosmetic change to description
the n-dash does not decoded
This commit is contained in:
parent
ef92bf5342
commit
99ed3fbc2c
|
@ -27,7 +27,7 @@ namespace Jackett.Common.Indexers
|
||||||
|
|
||||||
public HorribleSubs(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public HorribleSubs(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "Horrible Subs",
|
: base(name: "Horrible Subs",
|
||||||
description: "HorribleSubs – So bad yet so good",
|
description: "HorribleSubs - So bad yet so good",
|
||||||
link: "https://horriblesubs.info/",
|
link: "https://horriblesubs.info/",
|
||||||
caps: new TorznabCapabilities(TorznabCatType.TVAnime),
|
caps: new TorznabCapabilities(TorznabCatType.TVAnime),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
|
|
Loading…
Reference in New Issue