add singular AddChildInternal

This commit is contained in:
Luke Pulverenti
2013-09-21 11:06:21 -04:00
parent f380d7a092
commit 03d27d4756
3 changed files with 12 additions and 4 deletions

View File

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