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

Fix: NMA Migration issue

For those that have not migrated yet.
pull/496/head
Qstick 7 years ago
parent c0c9d4363c
commit a069ce40ad

@ -8,7 +8,7 @@ namespace NzbDrone.Core.Datastore.Migration
{
protected override void MainDbUpgrade()
{
Execute.Sql("DELETE FROM Notifications WHERE Implementation = 'Notify My Android';");
Delete.FromTable("Notifications").Row(new { Implementation = "NotifyMyAndroid" });
}
}
}

Loading…
Cancel
Save