Added User Management support for Emby #435

This commit is contained in:
tidusjar 2017-01-30 21:58:13 +00:00
parent 4feb3cd462
commit 4193cb88fd
23 changed files with 354 additions and 118 deletions

View file

@ -63,6 +63,7 @@ namespace Ombi.UI.NinjectModules
Bind<IEmbyAvailabilityChecker>().To<EmbyAvailabilityChecker>();
Bind<IEmbyContentCacher>().To<EmbyContentCacher>();
Bind<IEmbyEpisodeCacher>().To<EmbyEpisodeCacher>();
Bind<IEmbyUserChecker>().To<EmbyUserChecker>();
Bind<IAnalytics>().To<Analytics>();