mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -119,7 +119,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||||||
var release = new GazelleInfo()
|
var release = new GazelleInfo()
|
||||||
{
|
{
|
||||||
Guid = string.Format("SecretCinema-{0}", id),
|
Guid = string.Format("SecretCinema-{0}", id),
|
||||||
Title = WebUtility.HtmlDecode(title),
|
Title = title,
|
||||||
Container = torrent.Encoding,
|
Container = torrent.Encoding,
|
||||||
Files = torrent.FileCount,
|
Files = torrent.FileCount,
|
||||||
Grabs = torrent.Snatches,
|
Grabs = torrent.Snatches,
|
||||||
|
Reference in New Issue
Block a user