fix web socket session creation

This commit is contained in:
Luke Pulverenti
2016-09-17 00:22:37 -04:00
parent e20ca8f407
commit dc45d342ed
3 changed files with 43 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ namespace MediaBrowser.Controller.Session
public class AuthenticationRequest
{
public string Username { get; set; }
public string UserId { get; set; }
public string PasswordSha1 { get; set; }
public string PasswordMd5 { get; set; }
public string App { get; set; }