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

This commit is contained in:
Mark McDowall 2012-12-03 18:13:19 -08:00
commit ecab574042
16 changed files with 22 additions and 3999 deletions

View file

@ -87,7 +87,6 @@ namespace NzbDrone.Core
logger.Debug("Initializing Indexers...");
Kernel.Bind<IndexerBase>().To<NzbMatrix>();
Kernel.Bind<IndexerBase>().To<NzbsRUs>();
Kernel.Bind<IndexerBase>().To<Newzbin>();
Kernel.Bind<IndexerBase>().To<Newznab>();
Kernel.Bind<IndexerBase>().To<Wombles>();
Kernel.Bind<IndexerBase>().To<FileSharingTalk>();