diff --git a/src/NzbDrone.Core/Indexers/Definitions/TorrentSyndikat.cs b/src/NzbDrone.Core/Indexers/Definitions/TorrentSyndikat.cs index 7378803fd..517ed183f 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/TorrentSyndikat.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/TorrentSyndikat.cs @@ -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("name"), Categories = _categories.MapTrackerCatToNewznab(row.Value("category").ToString()), PublishDate = dateTime.AddSeconds(row.Value("added")).ToLocalTime(),