Implimented the password part and authentication with Plex

This commit is contained in:
tidusjar 2016-03-08 17:18:13 +00:00
parent 5b0a78894e
commit 8b3f35edbb
3 changed files with 12 additions and 2 deletions

View file

@ -127,7 +127,7 @@ namespace PlexRequests.UI.Modules
}
var plex = new PlexApi();
var model = plex.GetToken(user.username, user.password);
var model = plex.SignIn(user.username, user.password);
if (model.user == null)
{