Fixed: Set Download/Upload factors for Rarbg

Fixes #234
pull/264/head
Qstick 3 years ago
parent 3435d9db6e
commit b1727d9d91

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

Loading…
Cancel
Save