Update ServiceHandler.cs
This commit is contained in:
parent
e33c6f6b29
commit
06beecc4f8
|
@ -79,6 +79,7 @@ namespace Emby.Server.Implementations.Services
|
|||
|
||||
httpHost.ApplyRequestFilters(httpReq, httpRes, request);
|
||||
|
||||
httpRes.HttpContext.Items["ServiceStackRequest"] = httpReq;
|
||||
var response = await httpHost.ServiceController.Execute(httpHost, request, httpReq).ConfigureAwait(false);
|
||||
|
||||
// Apply response filters
|
||||
|
|
Loading…
Reference in New Issue
Block a user