mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
nebulance-api: add missing details link
This commit is contained in:
parent
1a06d144a8
commit
77cdb71ce9
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
var release = new ReleaseInfo
|
||||
{
|
||||
Guid = details,
|
||||
Details = details,
|
||||
Link = new Uri(row.Download),
|
||||
Title = title.Trim(),
|
||||
Category = _categories.MapTrackerCatToNewznab(releaseCategories.FirstOrDefault() ?? "TV"),
|
||||
|
|
Loading…
Add table
Reference in a new issue