瀏覽代碼

Update ServiceController.cs

BaronGreenback 5 年之前
父節點
當前提交
912847ae8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)