Fixed release guid for SpeedApp

pull/2362/head
Bogdan 2 months ago
parent 2d584f7eb6
commit d5b12cf51a

@ -262,7 +262,7 @@ namespace NzbDrone.Core.Indexers.Definitions
return jsonResponse.Resource.Select(torrent => new TorrentInfo
{
Guid = torrent.Id.ToString(),
Guid = torrent.Url,
Title = CleanTitle(torrent.Name),
Description = torrent.ShortDescription,
Size = torrent.Size,

Loading…
Cancel
Save