mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed MVC profiler issue with Jobs, SQL profiling is on again.
This commit is contained in:
parent
b00e437e56
commit
bbf27c6f66
3 changed files with 18 additions and 16 deletions
|
@ -41,7 +41,8 @@ namespace NzbDrone.Web
|
|||
//base.OnApplicationStarted();
|
||||
AreaRegistration.RegisterAllAreas();
|
||||
RegisterGlobalFilters(GlobalFilters.Filters);
|
||||
//RegisterRoutes(RouteTable.Routes);
|
||||
|
||||
Logger.Debug("Fully initialized and ready.");
|
||||
}
|
||||
|
||||
protected override IKernel CreateKernel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue