diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-07-17 12:54:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 12:54:28 +0100 |
| commit | 912847ae8c9bf1bc951a0d1d293c05b9ff06bb0a (patch) | |
| tree | 0953aa901b776dd581c360554d49ba8965b2a508 /Emby.Server.Implementations/Services/ServiceController.cs | |
| parent | 7cd4ae3b6e5d1d921132b55e46d3db4f3aefe59f (diff) | |
Update ServiceController.cs
Diffstat (limited to 'Emby.Server.Implementations/Services/ServiceController.cs')
| -rw-r--r-- | Emby.Server.Implementations/Services/ServiceController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Services/ServiceController.cs b/Emby.Server.Implementations/Services/ServiceController.cs index b1f2a6827..d884d4f37 100644 --- a/Emby.Server.Implementations/Services/ServiceController.cs +++ b/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) |
