aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/WebSocket/WebSocketManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/WebSocket/WebSocketManager.cs')
-rw-r--r--Emby.Server.Implementations/WebSocket/WebSocketManager.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/WebSocket/WebSocketManager.cs b/Emby.Server.Implementations/WebSocket/WebSocketManager.cs
new file mode 100644
index 000000000..7472820cf
--- /dev/null
+++ b/Emby.Server.Implementations/WebSocket/WebSocketManager.cs
@@ -0,0 +1,7 @@
+namespace Emby.Server.Implementations.WebSocket
+{
+ public class WebSocketManager
+ {
+
+ }
+}