mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
New: Add PosterUrl to ReleaseInfo for parsing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user