(SecretCinema) Avoid double HtmlDecode

#1238
pull/1247/head
Qstick 2 years ago
parent 8afaa3386d
commit d285cbb021

@ -119,7 +119,7 @@ namespace NzbDrone.Core.Indexers.Definitions
var release = new GazelleInfo()
{
Guid = string.Format("SecretCinema-{0}", id),
Title = WebUtility.HtmlDecode(title),
Title = title,
Container = torrent.Encoding,
Files = torrent.FileCount,
Grabs = torrent.Snatches,

Loading…
Cancel
Save