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
|
@ -75,5 +75,10 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
|
||||
return currentResult;
|
||||
}
|
||||
|
||||
public override bool EnabledByDefault
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue