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

Fixed: Warn Series reference in CompletedDownloadService.cs

pull/4415/head
Qstick 5 years ago
parent c988151b5d
commit ce9fc48910

@ -91,7 +91,7 @@ namespace NzbDrone.Core.Download
if (movie == null)
{
trackedDownload.Warn("Series title mismatch, automatic import is not possible.");
trackedDownload.Warn("Movie title mismatch, automatic import is not possible.");
return;
}
}

Loading…
Cancel
Save