Removed NzbMatrix

New: Removed NzbMatrix
This commit is contained in:
Mark McDowall 2012-12-09 20:50:05 -08:00
parent a2c96cb110
commit aa40fe8c94
17 changed files with 22 additions and 983 deletions

View file

@ -86,7 +86,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>();