mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
No multiple empty lines
This commit is contained in:
parent
ebae7229c1
commit
d8b312674d
@ -13,7 +13,6 @@ using HttpListenerResponse = SocketHttpListener.Net.HttpListenerResponse;
|
|||||||
using IHttpResponse = MediaBrowser.Model.Services.IHttpResponse;
|
using IHttpResponse = MediaBrowser.Model.Services.IHttpResponse;
|
||||||
using IRequest = MediaBrowser.Model.Services.IRequest;
|
using IRequest = MediaBrowser.Model.Services.IRequest;
|
||||||
|
|
||||||
|
|
||||||
namespace Jellyfin.Server.SocketSharp
|
namespace Jellyfin.Server.SocketSharp
|
||||||
{
|
{
|
||||||
public class WebSocketSharpResponse : IHttpResponse
|
public class WebSocketSharpResponse : IHttpResponse
|
||||||
@ -160,7 +159,6 @@ namespace Jellyfin.Server.SocketSharp
|
|||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public bool SendChunked
|
public bool SendChunked
|
||||||
{
|
{
|
||||||
get => _response.SendChunked;
|
get => _response.SendChunked;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user