mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 01:07:38 +00:00
newpct: add guid (#3329)
* fix(newpct): add missing guid based on link That was causing missing files on applications consuming the newpct indexer.
This commit is contained in:
parent
ebd294b602
commit
d9a806d236
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
result.Size = size;
|
||||
result.Link = new Uri(detailsUrl);
|
||||
result.Guid = result.Link;
|
||||
result.PublishDate = publishDate;
|
||||
result.Seeders = 1;
|
||||
result.Peers = 1;
|
||||
|
|
Loading…
Reference in a new issue