Parcourir la source

removed test code

Luke Pulverenti il y a 11 ans
Parent
commit
cacba5ca11
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
                     {