mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Only test indexers/connections when creating a new one
This commit is contained in:
parent
f4169e165c
commit
d375513e50
1 changed files with 0 additions and 5 deletions
|
@ -88,11 +88,6 @@ namespace NzbDrone.Api
|
||||||
{
|
{
|
||||||
var providerDefinition = GetDefinition(providerResource);
|
var providerDefinition = GetDefinition(providerResource);
|
||||||
|
|
||||||
if (providerDefinition.Enable)
|
|
||||||
{
|
|
||||||
Test(providerDefinition);
|
|
||||||
}
|
|
||||||
|
|
||||||
_providerFactory.Update(providerDefinition);
|
_providerFactory.Update(providerDefinition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue