diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-02 15:08:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-02 15:08:58 -0400 |
| commit | 33a3e215d03d2e8dad3e653e7c75258dc7eb4989 (patch) | |
| tree | f6becfc2487bfd7e6c8b6b29c6a615a727c6e887 /MediaBrowser.Server.Implementations/Session/WebSocketController.cs | |
| parent | 0abc9d34937f2b1d6cddc5dcc45766940650c8c3 (diff) | |
added user data save event
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/WebSocketController.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Session/WebSocketController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/WebSocketController.cs b/MediaBrowser.Server.Implementations/Session/WebSocketController.cs index 6915cfc64..fb0bc9b7c 100644 --- a/MediaBrowser.Server.Implementations/Session/WebSocketController.cs +++ b/MediaBrowser.Server.Implementations/Session/WebSocketController.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; namespace MediaBrowser.Server.Implementations.Session { - public class WebSocketController : ISessionRemoteController + public class WebSocketController : ISessionController { public bool Supports(SessionInfo session) { |
