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

pull/4/head
Mark McDowall 8 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