diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-29 01:06:24 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-29 01:06:24 -0500 |
| commit | a6145e54d901095e5b67704e3103843b4b515681 (patch) | |
| tree | 6623af8c44fb3b7d3945172eac7d752160804cd4 /MediaBrowser.Controller/Entities | |
| parent | 82fe244fa14029de7da2492598554e2eeed06d3e (diff) | |
support in-home easy password
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/User.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/User.cs b/MediaBrowser.Controller/Entities/User.cs index 1fca676a92..01a7486b31 100644 --- a/MediaBrowser.Controller/Entities/User.cs +++ b/MediaBrowser.Controller/Entities/User.cs @@ -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; } |
