Fixed release guid for SpeedApp

This commit is contained in:
Bogdan 2025-02-18 04:00:24 +02:00
parent 2d584f7eb6
commit d5b12cf51a

View file

@ -262,7 +262,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
return jsonResponse.Resource.Select(torrent => new TorrentInfo
{
Guid = torrent.Id.ToString(),
Guid = torrent.Url,
Title = CleanTitle(torrent.Name),
Description = torrent.ShortDescription,
Size = torrent.Size,