This commit is contained in:
Jamie.Rees 2017-01-24 09:02:17 +00:00
parent 7fc26df599
commit ea52fa3dc3
24 changed files with 419 additions and 32 deletions

View file

@ -52,6 +52,12 @@ namespace Ombi.UI.NinjectModules
Bind<IPlexContentCacher>().To<PlexContentCacher>();
Bind<IJobFactory>().To<CustomJobFactory>();
Bind<IMovieSender>().To<MovieSender>();
Bind<IStoreBackup>().To<StoreBackup>();
Bind<IStoreCleanup>().To<StoreCleanup>();
Bind<IUserRequestLimitResetter>().To<UserRequestLimitResetter>();
Bind<IPlexEpisodeCacher>().To<PlexEpisodeCacher>();
Bind<IFaultQueueHandler>().To<FaultQueueHandler>();
Bind<IPlexUserChecker>().To<PlexUserChecker>();
Bind<IAnalytics>().To<Analytics>();
Bind<ISchedulerFactory>().To<StdSchedulerFactory>();