Move scene flag to TorrentInfo and return tag in response

This commit is contained in:
Bogdan
2023-09-03 11:13:56 +03:00
parent 09606af351
commit 07b98f4137
12 changed files with 29 additions and 30 deletions
@@ -265,7 +265,7 @@ namespace NzbDrone.Core.Indexers.Definitions
var title = GetTitle(result, torrent);
var infoUrl = GetInfoUrl(result.GroupId, id);
var release = new GazelleInfo
var release = new TorrentInfo
{
Guid = infoUrl,
InfoUrl = infoUrl,
@@ -306,7 +306,7 @@ namespace NzbDrone.Core.Indexers.Definitions
var id = result.TorrentId;
var infoUrl = GetInfoUrl(result.GroupId, id);
var release = new GazelleInfo
var release = new TorrentInfo
{
Guid = infoUrl,
Title = WebUtility.HtmlDecode(result.GroupName),