mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
fixed remote control flyout
This commit is contained in:
parent
cf4ae16f18
commit
4e38c35373
32 changed files with 594 additions and 509 deletions
|
|
@ -69,7 +69,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
var response = (HttpListenerResponse)res.OriginalResponse;
|
||||
|
||||
response.ContentLength64 = length;
|
||||
|
||||
|
||||
// Disable chunked encoding. Technically this is only needed when using Content-Range, but
|
||||
// anytime we know the content length there's no need for it
|
||||
response.SendChunked = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue