mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -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
|
@ -45,9 +45,15 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
/// </summary>
|
||||
protected abstract string[] Urls { get; }
|
||||
|
||||
|
||||
public abstract bool IsConfigured { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Should the indexer be enabled by default?
|
||||
/// </summary>
|
||||
public virtual bool EnabledByDefault
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the credential.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue