mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
Lots of workings to search processing, UI Categories
This commit is contained in:
@@ -472,13 +472,14 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
||||
|
||||
result.AddRange(releases.Select(x => new TorrentInfo
|
||||
{
|
||||
PublishDate = x.PublishDate,
|
||||
Guid = x.Guid.ToString(),
|
||||
Title = x.Title,
|
||||
Size = x.Size.Value,
|
||||
DownloadUrl = x.Link?.ToString(),
|
||||
DownloadUrl = x.Link.AbsoluteUri,
|
||||
CommentUrl = x.Comments?.ToString(),
|
||||
InfoUrl = x.Link?.ToString(),
|
||||
MagnetUrl = x.MagnetUri?.ToString(),
|
||||
MagnetUrl = x.MagnetUri?.AbsoluteUri,
|
||||
InfoHash = x.InfoHash,
|
||||
Seeders = (int?)x.Seeders,
|
||||
Peers = (int?)x.Peers,
|
||||
|
||||
Reference in New Issue
Block a user