mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
@@ -66,6 +66,8 @@ namespace NzbDrone.Core.Indexers.Rarbg
|
|||||||
torrentInfo.PublishDate = torrent.pubdate.ToUniversalTime();
|
torrentInfo.PublishDate = torrent.pubdate.ToUniversalTime();
|
||||||
torrentInfo.Seeders = torrent.seeders;
|
torrentInfo.Seeders = torrent.seeders;
|
||||||
torrentInfo.Peers = torrent.leechers + torrent.seeders;
|
torrentInfo.Peers = torrent.leechers + torrent.seeders;
|
||||||
|
torrentInfo.DownloadVolumeFactor = 0;
|
||||||
|
torrentInfo.UploadVolumeFactor = 1;
|
||||||
|
|
||||||
if (torrent.movie_info != null)
|
if (torrent.movie_info != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user