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

Fixed: Use Download Client name for grabbed history events

pull/3072/head
Mark McDowall 6 years ago
parent b60d5f837e
commit e797b759b7

@ -97,7 +97,7 @@ namespace NzbDrone.Core.Download
}
var episodeGrabbedEvent = new EpisodeGrabbedEvent(remoteEpisode);
episodeGrabbedEvent.DownloadClient = downloadClient.GetType().Name;
episodeGrabbedEvent.DownloadClient = downloadClient.Name;
if (!string.IsNullOrWhiteSpace(downloadClientId))
{

Loading…
Cancel
Save