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

Fixed: Don't force testing when updating connections, indexers or download clients

pull/4/head
Mark McDowall 9 years ago
parent 14f737bd60
commit 76f8cc81da

@ -92,11 +92,6 @@ namespace NzbDrone.Api
{
var providerDefinition = GetDefinition(providerResource, false);
if (providerDefinition.Enable)
{
Test(providerDefinition, false);
}
_providerFactory.Update(providerDefinition);
}

Loading…
Cancel
Save