added user data save event

This commit is contained in:
Luke Pulverenti
2013-10-02 15:08:58 -04:00
parent 0abc9d3493
commit 33a3e215d0
12 changed files with 74 additions and 15 deletions

View File

@@ -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)
{