Added the code to get the quality profiles from Sonarr

Started plugging that into the UI
This commit is contained in:
Jamie Rees 2016-03-10 22:24:37 +00:00
commit 640e76e167
10 changed files with 266 additions and 10 deletions

View file

@ -69,6 +69,7 @@ namespace PlexRequests.UI
container.Register<ISettingsService<CouchPotatoSettings>, SettingsServiceV2<CouchPotatoSettings>>();
container.Register<ISettingsService<AuthenticationSettings>, SettingsServiceV2<AuthenticationSettings>>();
container.Register<ISettingsService<PlexSettings>, SettingsServiceV2<PlexSettings>>();
container.Register<ISettingsService<SonarrSettings>, SettingsServiceV2<SonarrSettings>>();
container.Register<IRepository<RequestedModel>, GenericRepository<RequestedModel>>();
container.Register<IRequestService, RequestService>();