diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-04 23:41:56 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-04 23:41:56 -0400 |
| commit | c5319bb4ae9606e07d62525a022e5a67f85a7d43 (patch) | |
| tree | 248e5e889e93aa7e2ba2feccf07ca857fe8e6a64 /MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | 2714127d2b663b735048da6d9def08efa38f2b5f (diff) | |
update playlist xml saving
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs index 6e0b654fd..90b77828b 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -152,7 +152,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer HostContext.Config.HandlerFactoryPath = ListenerRequest.GetHandlerPathIfAny(UrlPrefixes.First()); _listener = NativeWebSocket.IsSupported - ? _listener = new HttpListenerServer(_logger) + ? _listener = new WebSocketSharpListener(_logger) : _listener = new WebSocketSharpListener(_logger); _listener.WebSocketHandler = WebSocketHandler; |
