mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
nebulance-api: add missing details link
This commit is contained in:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user