Add year to XML results

This commit is contained in:
Bogdan
2023-10-04 19:51:49 +03:00
parent 6e7bf55dbd
commit 75c30dd318
2 changed files with 2 additions and 0 deletions
@@ -74,6 +74,7 @@ namespace NzbDrone.Core.Indexers.Definitions.PassThePopcorn
{
Guid = $"PassThePopcorn-{id}",
Title = torrent.ReleaseName,
Year = int.Parse(result.Year),
InfoUrl = GetInfoUrl(result.GroupId, id),
DownloadUrl = GetDownloadUrl(id, jsonResponse.AuthKey, jsonResponse.PassKey),
Categories = new List<IndexerCategory> { NewznabStandardCategory.Movies },