Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/ceda9312c7bbf445cdc4ffb5226e896efa3ae0c4?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added one last update notification

pull/7/merge
kay.one 14 years ago
parent 0a70c836df
commit ceda9312c7

@ -79,7 +79,7 @@ namespace NzbDrone.Core.Providers.Jobs
}; };
var updateProcess = _processProvider.Start(startInfo); var updateProcess = _processProvider.Start(startInfo);
logger.Info("Update in progress. NzbDrone will restart shortly."); notification.CurrentMessage = "Update in progress. NzbDrone will restart shortly.";
} }
} }
} }
Loading…
Cancel
Save