Fixed: (TorrentSyndikat) Download URL missing API

pull/653/head
bakerboy448 3 years ago committed by Qstick
parent d3853c1a54
commit 77e40e8e53

@ -244,7 +244,7 @@ namespace NzbDrone.Core.Indexers.Definitions
UploadVolumeFactor = 1,
Guid = details,
InfoUrl = details,
DownloadUrl = _settings.BaseUrl + "download.php?id=" + id,
DownloadUrl = _settings.BaseUrl + "download.php?id=" + id + "&apikey=" + _settings.ApiKey,
Title = row.Value<string>("name"),
Categories = _categories.MapTrackerCatToNewznab(row.Value<int>("category").ToString()),
PublishDate = dateTime.AddSeconds(row.Value<long>("added")).ToLocalTime(),

Loading…
Cancel
Save