diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-17 00:24:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-17 00:24:10 -0400 |
| commit | c8e4889ac72b4b6fa01ffd0ccf293363ca5ce744 (patch) | |
| tree | d5e9f5400fc6282aeb0061280e0cfd6d51456c78 /MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs | |
| parent | 26aa47eefddf89a00ad64ab19af31b511142040d (diff) | |
add subtitle management page
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs b/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs index fd10c0389..565d83ac3 100644 --- a/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs +++ b/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs @@ -138,7 +138,7 @@ namespace MediaBrowser.Server.Implementations.Session if (controller == null) { - controller = new WebSocketController(session, _appHost); + controller = new WebSocketController(session, _appHost, _logger); } controller.Sockets.Add(message.Connection); |
