This commit is contained in:
Luke Pulverenti
2017-09-17 12:45:23 -04:00
parent 1f12ab6658
commit bca1d65bdc
6 changed files with 108 additions and 78 deletions

View File

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