Update BaseProgressiveStreamingService.cs

This commit is contained in:
7illusions 2014-02-03 18:24:16 +01:00
parent ed2b71492a
commit 1de89cf272

View file

@ -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)