mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
parent
e39512905a
commit
e46c43610f
11 changed files with 159 additions and 100 deletions
|
@ -33,7 +33,6 @@ using NLog;
|
|||
|
||||
using Owin;
|
||||
using PlexRequests.Core.Migration;
|
||||
using PlexRequests.Services.Jobs;
|
||||
using PlexRequests.UI.Helpers;
|
||||
using PlexRequests.UI.Jobs;
|
||||
using PlexRequests.UI.NinjectModules;
|
||||
|
@ -57,7 +56,7 @@ namespace PlexRequests.UI
|
|||
|
||||
|
||||
Debug.WriteLine("Modules found finished.");
|
||||
var kernel = new StandardKernel(modules);
|
||||
var kernel = new StandardKernel(new NinjectSettings { InjectNonPublic = true }, modules);
|
||||
Debug.WriteLine("Created Kernel and Injected Modules");
|
||||
|
||||
Debug.WriteLine("Added Contravariant Binder");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue