mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
removed dead code
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
using (var ms = new MemoryStream())
|
||||
{
|
||||
var contentType = request.ResponseContentType;
|
||||
var writerFn = RequestHelper.GetResponseWriter(contentType);
|
||||
var writerFn = RequestHelper.GetResponseWriter(HttpListenerHost.Instance, contentType);
|
||||
|
||||
writerFn(dto, ms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user