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

Merge pull request from mike-tesch/patch-1

Fix spelling mistake in UpdateApp.cs
pull/650/head
Mark McDowall 10 years ago
commit 120be567d3

@ -42,7 +42,7 @@ namespace NzbDrone.Update
Logger.Info("Updating Sonarr to version {0}", BuildInfo.Version);
_container.Resolve<UpdateApp>().Start(args);
Logger.Info("Update compleded successfully");
Logger.Info("Update completed successfully");
}
catch (Exception e)
{

Loading…
Cancel
Save