mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Upgraded to MVC3, Hello Razor.
This commit is contained in:
parent
06b358e20f
commit
ff75d0c555
431 changed files with 10354 additions and 19744 deletions
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core
|
|||
{
|
||||
public static class CentralDispatch
|
||||
{
|
||||
private static IKernel _kernel;
|
||||
private static StandardKernel _kernel;
|
||||
private static readonly Object kernelLock = new object();
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
private static string _startupPath;
|
||||
|
@ -126,7 +126,7 @@ namespace NzbDrone.Core
|
|||
get { return _startupPath; }
|
||||
}
|
||||
|
||||
public static IKernel NinjectKernel
|
||||
public static StandardKernel NinjectKernel
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue