mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Superbits: set GUID
This commit is contained in:
parent
8c32b8ccb1
commit
ae2264f344
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ namespace Jackett.Indexers
|
|||
release.Grabs = row.times_completed;
|
||||
|
||||
release.Comments = new Uri(SiteLink + "torrent/" + row.id.ToString() + "/");
|
||||
release.Guid = release.Comments;
|
||||
release.Link = new Uri(SiteLink + "api/v1/torrents/download/" + row.id.ToString());
|
||||
|
||||
if (row.frileech == 1)
|
||||
|
|
Loading…
Reference in a new issue