support in-home easy password

This commit is contained in:
Luke Pulverenti
2015-01-29 01:06:24 -05:00
parent 82fe244fa1
commit a6145e54d9
8 changed files with 165 additions and 28 deletions

View File

@@ -32,7 +32,7 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
/// <value>The password.</value>
public string Password { get; set; }
public string LocalPassword { get; set; }
public string EasyPassword { get; set; }
public string ConnectUserName { get; set; }
public string ConnectUserId { get; set; }