fixes #2910 - 3.2.32.0 dlna issue
This commit is contained in:
parent
2e47549f39
commit
27868803d8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user