mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-28 19:38:46 +01:00
New: Add coverurl to Newznab response
This commit is contained in:
parent
d937e0324f
commit
e47c7e6a47
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ from r in Releases
|
|||
GetNabElement("minimumratio", t.MinimumRatio, protocol),
|
||||
GetNabElement("minimumseedtime", t.MinimumSeedTime, 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue