New: Add PosterUrl to ReleaseInfo for parsing

This commit is contained in:
Qstick
2021-07-18 21:33:17 -04:00
parent a127e5a30f
commit e304461dfb
11 changed files with 29 additions and 17 deletions
@@ -205,6 +205,7 @@ namespace NzbDrone.Core.Indexers.Definitions
Title = row.Name,
InfoUrl = $"{_settings.BaseUrl}torrents/{row.Id}",
DownloadUrl = $"{_settings.BaseUrl}torrent/download/{row.Id}.{jsonResponse.Resource.Rsskey}",
PosterUrl = row.PosterImage,
PublishDate = row.CreatedAt,
Categories = _categories.MapTrackerCatToNewznab(row.CategoryId),
Size = row.Size,