Explorar el Código

Update ServiceController.cs

BaronGreenback hace 5 años
padre
commit
912847ae8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Emby.Server.Implementations/Services/ServiceController.cs

+ 1 - 1
Emby.Server.Implementations/Services/ServiceController.cs

@@ -177,7 +177,7 @@ namespace Emby.Server.Implementations.Services
 
             var serviceType = httpHost.GetServiceTypeByRequest(requestType);
 
-            var service = httpHost.CreateInstance(serviceType, req);
+            var service = httpHost.CreateInstance(serviceType);
 
             var serviceRequiresContext = service as IRequiresRequest;
             if (serviceRequiresContext != null)