mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Add coverurl to Newznab response
This commit is contained in:
@@ -100,7 +100,8 @@ namespace NzbDrone.Core.IndexerSearch
|
|||||||
GetNabElement("minimumratio", t.MinimumRatio, protocol),
|
GetNabElement("minimumratio", t.MinimumRatio, protocol),
|
||||||
GetNabElement("minimumseedtime", t.MinimumSeedTime, protocol),
|
GetNabElement("minimumseedtime", t.MinimumSeedTime, protocol),
|
||||||
GetNabElement("downloadvolumefactor", t.DownloadVolumeFactor, protocol),
|
GetNabElement("downloadvolumefactor", t.DownloadVolumeFactor, protocol),
|
||||||
GetNabElement("uploadvolumefactor", t.UploadVolumeFactor, protocol)))));
|
GetNabElement("uploadvolumefactor", t.UploadVolumeFactor, protocol),
|
||||||
|
GetNabElement("coverurl", r.PosterUrl, protocol)))));
|
||||||
|
|
||||||
return xdoc.Declaration + Environment.NewLine + xdoc;
|
return xdoc.Declaration + Environment.NewLine + xdoc;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user