mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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
|
var release = new ReleaseInfo
|
||||||
{
|
{
|
||||||
Guid = details,
|
Guid = details,
|
||||||
|
Details = details,
|
||||||
Link = new Uri(row.Download),
|
Link = new Uri(row.Download),
|
||||||
Title = title.Trim(),
|
Title = title.Trim(),
|
||||||
Category = _categories.MapTrackerCatToNewznab(releaseCategories.FirstOrDefault() ?? "TV"),
|
Category = _categories.MapTrackerCatToNewznab(releaseCategories.FirstOrDefault() ?? "TV"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue