mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Done #627
This commit is contained in:
parent
7fc26df599
commit
ea52fa3dc3
24 changed files with 419 additions and 32 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue