mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-02 13:53:59 +01:00
parent
3435d9db6e
commit
b1727d9d91
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
torrentInfo.PublishDate = torrent.pubdate.ToUniversalTime();
|
||||
torrentInfo.Seeders = torrent.seeders;
|
||||
torrentInfo.Peers = torrent.leechers + torrent.seeders;
|
||||
torrentInfo.DownloadVolumeFactor = 0;
|
||||
torrentInfo.UploadVolumeFactor = 1;
|
||||
|
||||
if (torrent.movie_info != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue