fix skiasharp reference

This commit is contained in:
Luke Pulverenti
2017-09-01 15:24:39 -04:00
parent dd9404ebc6
commit 9d78482358
5 changed files with 52 additions and 40 deletions

View File

@@ -58,7 +58,7 @@ namespace Emby.Server.Implementations.Services
internal static class ServiceExecGeneral
{
public static Dictionary<string, ServiceMethod> execMap = new Dictionary<string, ServiceMethod>();
private static Dictionary<string, ServiceMethod> execMap = new Dictionary<string, ServiceMethod>();
public static void CreateServiceRunnersFor(Type requestType, List<ServiceMethod> actions)
{