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

View File

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