Superbits: set GUID

This commit is contained in:
kaso17 2018-01-05 18:08:05 +01:00
parent 8c32b8ccb1
commit ae2264f344
1 changed files with 1 additions and 0 deletions

View File

@ -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)