diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-07-17 12:56:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 12:56:52 +0100 |
| commit | 06beecc4f84971c75f4b1f015dd5ed74a55fe5df (patch) | |
| tree | f39326c2ad815baa06e39c96a7bb4a055b596a7d /Emby.Server.Implementations/Services/ServiceHandler.cs | |
| parent | e33c6f6b29add0d5d19cf9d1607d9afd59151a2a (diff) | |
Update ServiceHandler.cs
Diffstat (limited to 'Emby.Server.Implementations/Services/ServiceHandler.cs')
| -rw-r--r-- | Emby.Server.Implementations/Services/ServiceHandler.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Services/ServiceHandler.cs b/Emby.Server.Implementations/Services/ServiceHandler.cs index a42f88ea0..c544c86f5 100644 --- a/Emby.Server.Implementations/Services/ServiceHandler.cs +++ b/Emby.Server.Implementations/Services/ServiceHandler.cs @@ -78,7 +78,8 @@ namespace Emby.Server.Implementations.Services var request = await CreateRequest(httpHost, httpReq, _restPath, logger).ConfigureAwait(false); httpHost.ApplyRequestFilters(httpReq, httpRes, request); - + + httpRes.HttpContext.Items["ServiceStackRequest"] = httpReq; var response = await httpHost.ServiceController.Execute(httpHost, request, httpReq).ConfigureAwait(false); // Apply response filters |
