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