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

Fixed: Only test indexers/connections when creating a new one

This commit is contained in:
Mark McDowall 2014-12-31 19:34:57 -08:00
parent f4169e165c
commit d375513e50

View File

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