mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-30 20:36:39 +01:00
parent
8afaa3386d
commit
d285cbb021
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
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…
Reference in a new issue