fixes #2910 - 3.2.32.0 dlna issue

This commit is contained in:
Luke Pulverenti 2017-09-23 21:01:00 -04:00
parent 2e47549f39
commit 27868803d8
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ namespace Emby.Server.Implementations.HttpServer
{
stream.Dispose();
return GetHttpResult(new byte[] { }, contentType, true);
return GetHttpResult(new byte[] { }, contentType, true, responseHeaders);
}
var hasHeaders = new StreamWriter(stream, contentType, _logger)