diff --git a/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs b/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs index b8cab0c199..b473444ac8 100644 --- a/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs +++ b/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs @@ -92,7 +92,7 @@ namespace MediaBrowser.Server.Implementations.Session if (session == null) { - e.AllowConnection = false; + //e.AllowConnection = false; } } }