Update ServiceHandler.cs

This commit is contained in:
BaronGreenback
2020-07-17 16:06:32 +01:00
committed by GitHub
parent 62eb1b1a38
commit fd2f18899b

View File

@@ -79,7 +79,7 @@ namespace Emby.Server.Implementations.Services
httpHost.ApplyRequestFilters(httpReq, httpRes, request);
httpRes.HttpContext.Items["ServiceStackRequest"] = httpReq;
httpRes.HttpContext.SetServiceStackRequest(httpReq);
var response = await httpHost.ServiceController.Execute(httpHost, request, httpReq).ConfigureAwait(false);
// Apply response filters