mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed: Search failure is more friendly.
Womble's Index is enabled by default.
This commit is contained in:
parent
8fa145b2c3
commit
55cbc59887
5 changed files with 103 additions and 3 deletions
|
@ -73,7 +73,7 @@ namespace NzbDrone.Core.Providers
|
|||
{
|
||||
var settings = new IndexerDefinition
|
||||
{
|
||||
Enable = false,
|
||||
Enable = indexerLocal.EnabledByDefault,
|
||||
IndexProviderType = indexerLocal.GetType().ToString(),
|
||||
Name = indexerLocal.Name
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue