mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: Add PosterUrl to ReleaseInfo for parsing
This commit is contained in:
@@ -242,6 +242,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
Title = title,
|
||||
Guid = details,
|
||||
InfoUrl = details,
|
||||
PosterUrl = poster.AbsoluteUri,
|
||||
DownloadUrl = link,
|
||||
Categories = new List<IndexerCategory> { TvCategoryFromQualityParser.ParseTvShowQuality(title) },
|
||||
Size = size,
|
||||
|
||||
Reference in New Issue
Block a user