mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update BaseProgressiveStreamingService.cs
This commit is contained in:
parent
ed2b71492a
commit
1de89cf272
@ -257,6 +257,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||||||
var result = new StaticRemoteStreamWriter(response, httpClient);
|
var result = new StaticRemoteStreamWriter(response, httpClient);
|
||||||
|
|
||||||
result.Options["Content-Type"] = contentType;
|
result.Options["Content-Type"] = contentType;
|
||||||
|
AddDlnaHeaders(state, responseHeaders, isStatic);
|
||||||
|
|
||||||
// Add the response headers to the result object
|
// Add the response headers to the result object
|
||||||
foreach (var header in responseHeaders)
|
foreach (var header in responseHeaders)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user