diff --git a/src/Jackett.Common/Indexers/Torrentscsv.cs b/src/Jackett.Common/Indexers/Torrentscsv.cs index 11e4765d1..7135bb360 100644 --- a/src/Jackett.Common/Indexers/Torrentscsv.cs +++ b/src/Jackett.Common/Indexers/Torrentscsv.cs @@ -129,8 +129,10 @@ namespace Jackett.Common.Indexers { "&tr=udp://tracker.justseed.it:1337/announce"; release.MagnetUri = new Uri (magnet_uri); - release.Comments = release.MagnetUri; + // there is no comments or details link so we point to the web site instead + release.Comments = new Uri (SiteLink); release.Guid = release.MagnetUri; + release.Link = release.MagnetUri; release.InfoHash = torrent.Value ("infohash").ToString (); // convert unix timestamp to human readable date