mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Don't force testing when updating connections, indexers or download clients
This commit is contained in:
parent
14f737bd60
commit
76f8cc81da
1 changed files with 0 additions and 5 deletions
|
@ -92,11 +92,6 @@ namespace NzbDrone.Api
|
||||||
{
|
{
|
||||||
var providerDefinition = GetDefinition(providerResource, false);
|
var providerDefinition = GetDefinition(providerResource, false);
|
||||||
|
|
||||||
if (providerDefinition.Enable)
|
|
||||||
{
|
|
||||||
Test(providerDefinition, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
_providerFactory.Update(providerDefinition);
|
_providerFactory.Update(providerDefinition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue