aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-21 11:06:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-21 11:06:21 -0400
commit03d27d4756f8ffebb8aff171022bce739d5c7d26 (patch)
tree6b06946b2bc07cec898de8676bff56793ca93a3f /MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
parentf380d7a092ef474754400647debbc3d90e8451a0 (diff)
add singular AddChildInternal
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
index 7792a28bb..aa30cee26 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
@@ -529,7 +529,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{
new ClientWebSocket();
- _supportsNativeWebSocket = false;
+ _supportsNativeWebSocket = true;
}
catch (PlatformNotSupportedException)
{