mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Merge pull request #1578 from Bond-009/httpresponse
Replace custom code with Asp.Net Core code
This commit is contained in:
@@ -1019,7 +1019,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
foreach (var item in responseHeaders)
|
||||
{
|
||||
Request.Response.AddHeader(item.Key, item.Value);
|
||||
Request.Response.Headers.Add(item.Key, item.Value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user