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

@ -75,5 +75,10 @@ namespace NzbDrone.Core.Providers.Indexer
return currentResult;
}
public override bool EnabledByDefault
{
get { return true; }
}
}
}