1
0
Fork 0
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:
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
{
Guid = details,
Details = details,
Link = new Uri(row.Download),
Title = title.Trim(),
Category = _categories.MapTrackerCatToNewznab(releaseCategories.FirstOrDefault() ?? "TV"),