mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 17:56:18 +00:00
add activity log feature
This commit is contained in:
@@ -110,7 +110,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
|
||||
{
|
||||
try
|
||||
{
|
||||
var webSocketContext = ctx.AcceptWebSocket(null, null);
|
||||
var webSocketContext = ctx.AcceptWebSocket(null);
|
||||
|
||||
if (WebSocketHandler != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user