mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-07 09:02:39 +01:00
Fixed release guid for SpeedApp
This commit is contained in:
parent
2d584f7eb6
commit
d5b12cf51a
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
||||||
|
|
||||||
return jsonResponse.Resource.Select(torrent => new TorrentInfo
|
return jsonResponse.Resource.Select(torrent => new TorrentInfo
|
||||||
{
|
{
|
||||||
Guid = torrent.Id.ToString(),
|
Guid = torrent.Url,
|
||||||
Title = CleanTitle(torrent.Name),
|
Title = CleanTitle(torrent.Name),
|
||||||
Description = torrent.ShortDescription,
|
Description = torrent.ShortDescription,
|
||||||
Size = torrent.Size,
|
Size = torrent.Size,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue