mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Search failure is more friendly.
Womble's Index is enabled by default.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user