Backend work for omgwtfnzbs

This commit is contained in:
Mark McDowall 2012-12-17 17:52:56 -08:00
commit 87cf09685c
6 changed files with 182 additions and 0 deletions

View file

@ -92,6 +92,7 @@ namespace NzbDrone.Core
Kernel.Bind<IndexerBase>().To<FileSharingTalk>();
Kernel.Bind<IndexerBase>().To<NzbIndex>();
Kernel.Bind<IndexerBase>().To<NzbClub>();
Kernel.Bind<IndexerBase>().To<Omgwtfnzbs>();
var indexers = Kernel.GetAll<IndexerBase>();
Kernel.Get<IndexerProvider>().InitializeIndexers(indexers.ToList());