Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/3e937bd8e55bb647f075fb0bc3ac92b3e33a2b4f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Error occurred while executing task ProcessMonitoredDownloads

pull/1689/head
Mark McDowall 5 years ago committed by Qstick
parent b8bcd9a038
commit 3e937bd8e5

@ -16,14 +16,14 @@ namespace NzbDrone.Core.Download
private readonly IFailedDownloadService _failedDownloadService;
private readonly ITrackedDownloadService _trackedDownloadService;
private readonly IEventAggregator _eventAggregator;
private readonly ILogger _logger;
private readonly Logger _logger;
public DownloadProcessingService(IConfigService configService,
ICompletedDownloadService completedDownloadService,
IFailedDownloadService failedDownloadService,
ITrackedDownloadService trackedDownloadService,
IEventAggregator eventAggregator,
ILogger logger)
Logger logger)
{
_configService = configService;
_completedDownloadService = completedDownloadService;

Loading…
Cancel
Save