mirror of https://github.com/Radarr/Radarr
Fixed: Don't force testing when updating connections, indexers or download clients
This commit is contained in:
parent
14f737bd60
commit
76f8cc81da
|
@ -92,11 +92,6 @@ namespace NzbDrone.Api
|
||||||
{
|
{
|
||||||
var providerDefinition = GetDefinition(providerResource, false);
|
var providerDefinition = GetDefinition(providerResource, false);
|
||||||
|
|
||||||
if (providerDefinition.Enable)
|
|
||||||
{
|
|
||||||
Test(providerDefinition, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
_providerFactory.Update(providerDefinition);
|
_providerFactory.Update(providerDefinition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue