1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

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

This commit is contained in:
Mark McDowall 2016-04-07 17:40:52 -07:00
parent 14f737bd60
commit 76f8cc81da

View File

@ -92,11 +92,6 @@ private void UpdateProvider(TProviderResource providerResource)
{
var providerDefinition = GetDefinition(providerResource, false);
if (providerDefinition.Enable)
{
Test(providerDefinition, false);
}
_providerFactory.Update(providerDefinition);
}