Fixed: Set Download/Upload factors for Rarbg

Fixes #234
This commit is contained in:
Qstick 2021-06-21 22:49:54 -04:00
parent 3435d9db6e
commit b1727d9d91

View file

@ -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)
{