|
|
@ -51,7 +51,7 @@ namespace NzbDrone.Core.Indexers.Rarbg
|
|
|
|
torrentInfo.Title = torrent.title;
|
|
|
|
torrentInfo.Title = torrent.title;
|
|
|
|
torrentInfo.Size = torrent.size;
|
|
|
|
torrentInfo.Size = torrent.size;
|
|
|
|
torrentInfo.DownloadUrl = torrent.download;
|
|
|
|
torrentInfo.DownloadUrl = torrent.download;
|
|
|
|
torrentInfo.InfoUrl = torrent.info_page;
|
|
|
|
torrentInfo.InfoUrl = torrent.info_page + "&app_id=Sonarr";
|
|
|
|
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;
|
|
|
|