Fixed: Search failure is more friendly.

Womble's Index is enabled by default.
This commit is contained in:
Mark McDowall 2012-04-14 15:33:58 -07:00
commit 55cbc59887
5 changed files with 103 additions and 3 deletions

View file

@ -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.