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

Fixed: Not removing seeded download if it was manual imported in some cases

pull/3789/head
Mark McDowall 5 years ago
parent e2644c3847
commit b0e31629b5

@ -41,8 +41,7 @@ namespace NzbDrone.Core.Download
foreach (var trackedDownload in trackedDownloads)
{
_eventAggregator.PublishEvent(new DownloadCompletedEvent(trackedDownload,
trackedDownload.RemoteEpisode.Series.Id));
_eventAggregator.PublishEvent(new DownloadCanBeRemovedEvent(trackedDownload));
}
}

Loading…
Cancel
Save