mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
better streaming logging
This commit is contained in:
@@ -267,7 +267,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
}
|
||||
|
||||
httpListenerResponse.ContentLength64 = stream.Length;
|
||||
return new StreamWriter(stream);
|
||||
return new StreamWriter(stream, Logger);
|
||||
}
|
||||
|
||||
string content;
|
||||
|
||||
Reference in New Issue
Block a user