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

Fixed broken test

pull/6/head
kay.one 13 years ago
parent 890b8b1c2c
commit 6851e2ae9d

@ -40,6 +40,7 @@ namespace NzbDrone.Core.Providers
if (EnviromentProvider.RegisterNewInstall)
{
_deskMetricsClient.RegisterInstall();
EnviromentProvider.RegisterNewInstall = false;
}
if (_deskMetricsClient.Started)

Loading…
Cancel
Save