Merge remote-tracking branch 'origin/master' into backbone

This commit is contained in:
Mark McDowall 2012-12-09 22:41:18 -08:00
commit af2c86e40a
17 changed files with 22 additions and 983 deletions

View file

@ -85,7 +85,6 @@ namespace NzbDrone.Core
private void InitIndexers()
{
logger.Debug("Initializing Indexers...");
Kernel.Bind<IndexerBase>().To<NzbMatrix>();
Kernel.Bind<IndexerBase>().To<NzbsRUs>();
Kernel.Bind<IndexerBase>().To<Newznab>();
Kernel.Bind<IndexerBase>().To<Wombles>();