mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added broken tests
This commit is contained in:
parent
bca2e0c6b1
commit
26c03d7162
8 changed files with 89 additions and 67 deletions
|
@ -7,9 +7,6 @@ using NzbDrone.Core;
|
|||
|
||||
namespace NzbDrone.Web
|
||||
{
|
||||
// Note: For instructions on enabling IIS6 or IIS7 classic mode,
|
||||
// visit http://go.microsoft.com/?LinkId=9394801
|
||||
|
||||
public class MvcApplication : NinjectHttpApplication
|
||||
{
|
||||
private StandardKernel _kernel;
|
||||
|
@ -33,7 +30,7 @@ namespace NzbDrone.Web
|
|||
AreaRegistration.RegisterAllAreas();
|
||||
RegisterRoutes(RouteTable.Routes);
|
||||
base.OnApplicationStarted();
|
||||
}
|
||||
}
|
||||
|
||||
protected override IKernel CreateKernel()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue