mirror of https://github.com/Sonarr/Sonarr
Fixed: Only test indexers/connections when creating a new one
This commit is contained in:
parent
f4169e165c
commit
d375513e50
|
@ -88,11 +88,6 @@ namespace NzbDrone.Api
|
|||
{
|
||||
var providerDefinition = GetDefinition(providerResource);
|
||||
|
||||
if (providerDefinition.Enable)
|
||||
{
|
||||
Test(providerDefinition);
|
||||
}
|
||||
|
||||
_providerFactory.Update(providerDefinition);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue