mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Added basic episode support
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Web
|
||||
|
||||
protected override void OnApplicationStarted()
|
||||
{
|
||||
Main.ConfigureNlog();
|
||||
CentralDispatch.ConfigureNlog();
|
||||
AreaRegistration.RegisterAllAreas();
|
||||
RegisterRoutes(RouteTable.Routes);
|
||||
base.OnApplicationStarted();
|
||||
@@ -36,7 +36,7 @@ namespace NzbDrone.Web
|
||||
protected override IKernel CreateKernel()
|
||||
{
|
||||
_kernel = new StandardKernel();
|
||||
Main.BindKernel(_kernel);
|
||||
CentralDispatch.BindKernel(_kernel);
|
||||
return _kernel;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user