1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04: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
-5
View File
@@ -92,11 +92,6 @@ namespace NzbDrone.Api
{
var providerDefinition = GetDefinition(providerResource, false);
if (providerDefinition.Enable)
{
Test(providerDefinition, false);
}
_providerFactory.Update(providerDefinition);
}