aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/WebSocketController.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-24 21:34:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-24 21:34:34 -0400
commite62270df353aa8e2ae0a20aeff7d5aa6f9b62630 (patch)
treee818ee038583bf955ef517b332848b465a389ba7 /MediaBrowser.Server.Implementations/Session/WebSocketController.cs
parentcaebcf82c0c0c83dd77cd69051e9fc3a8b37b9ff (diff)
add socket error message
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/WebSocketController.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/WebSocketController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/WebSocketController.cs b/MediaBrowser.Server.Implementations/Session/WebSocketController.cs
index d4ecd9572..1e1949533 100644
--- a/MediaBrowser.Server.Implementations/Session/WebSocketController.cs
+++ b/MediaBrowser.Server.Implementations/Session/WebSocketController.cs
@@ -45,7 +45,7 @@ namespace MediaBrowser.Server.Implementations.Session
{
get
{
- return _isActive;
+ return HasOpenSockets;
}
}