add user profile settings about virtual episodes

This commit is contained in:
Luke Pulverenti
2013-10-25 11:52:10 -04:00
parent e8bb5c4b9a
commit 55b284cdff
5 changed files with 17 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
var result = await WebSocket.ReceiveAsync(buffer, cancellationToken).ConfigureAwait(false);
if (result.CloseStatus.HasValue && result.CloseStatus.Value != WebSocketCloseStatus.Empty)
if (result.CloseStatus.HasValue)
{
_logger.Info("Web socket connection closed by client. Reason: {0}", result.CloseStatus.Value);
return null;