mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added basic episode support
This commit is contained in:
parent
606140832d
commit
81e155ae42
33 changed files with 458 additions and 290 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue