aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/AuthenticationRequest.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-17 12:45:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-17 12:45:23 -0400
commitbca1d65bdc026578e270b19b6129b79faeb53969 (patch)
tree26254e3a40703e9fb3d02a4399844582c91ce61d /MediaBrowser.Controller/Session/AuthenticationRequest.cs
parent1f12ab66580a8cda5a4a5e1f44f469baeed07f16 (diff)
fixes #1074
Diffstat (limited to 'MediaBrowser.Controller/Session/AuthenticationRequest.cs')
-rw-r--r--MediaBrowser.Controller/Session/AuthenticationRequest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/AuthenticationRequest.cs b/MediaBrowser.Controller/Session/AuthenticationRequest.cs
index 362f5b2b9..1b684fa8f 100644
--- a/MediaBrowser.Controller/Session/AuthenticationRequest.cs
+++ b/MediaBrowser.Controller/Session/AuthenticationRequest.cs
@@ -5,6 +5,7 @@ namespace MediaBrowser.Controller.Session
{
public string Username { get; set; }
public string UserId { get; set; }
+ public string Password { get; set; }
public string PasswordSha1 { get; set; }
public string PasswordMd5 { get; set; }
public string App { get; set; }