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 @@ namespace NzbDrone.Core.Indexers.Rarbg
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)
{