mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-24 22:15:23 +01:00
Update ServiceHandler.cs
This commit is contained in:
parent
62eb1b1a38
commit
fd2f18899b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue