|
|
@ -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,
|
|
|
|