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
1 changed files with 0 additions and 5 deletions

View File

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