1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 13:52:03 +00:00

nebulance-api: add missing details link

This commit is contained in:
Bogdan 2024-07-06 10:58:38 +03:00
parent 1a06d144a8
commit 77cdb71ce9

View file

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