mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added Tests for CentralDispatch
This commit is contained in:
parent
c339ea6ba2
commit
6393d0a3f9
15 changed files with 133 additions and 32 deletions
|
@ -52,7 +52,7 @@ namespace NzbDrone.Core
|
|||
}
|
||||
}
|
||||
|
||||
private static void InitializeApp()
|
||||
public static void InitializeApp()
|
||||
{
|
||||
BindKernel();
|
||||
|
||||
|
@ -67,7 +67,7 @@ namespace NzbDrone.Core
|
|||
BindExternalNotifications();
|
||||
}
|
||||
|
||||
public static void BindKernel()
|
||||
private static void BindKernel()
|
||||
{
|
||||
lock (KernelLock)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue