Explorar el Código

removed test code

Luke Pulverenti hace 11 años
padre
commit
cacba5ca11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs

+ 1 - 1
MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs

@@ -531,7 +531,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
                     {
                         new ClientWebSocket();
 
-                        _supportsNativeWebSocket = false;
+                        _supportsNativeWebSocket = true;
                     }
                     catch (PlatformNotSupportedException)
                     {