Fixed: RARBG links in Interactive Search

Fixes #3239
pull/3248/head
Mark McDowall 5 years ago
parent 059be2c853
commit 2926201694

@ -51,7 +51,7 @@ namespace NzbDrone.Core.Indexers.Rarbg
torrentInfo.Title = torrent.title;
torrentInfo.Size = torrent.size;
torrentInfo.DownloadUrl = torrent.download;
torrentInfo.InfoUrl = torrent.info_page;
torrentInfo.InfoUrl = torrent.info_page + "&app_id=Sonarr";
torrentInfo.PublishDate = torrent.pubdate.ToUniversalTime();
torrentInfo.Seeders = torrent.seeders;
torrentInfo.Peers = torrent.leechers + torrent.seeders;

Loading…
Cancel
Save