mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
Implimented the password part and authentication with Plex
This commit is contained in:
parent
5b0a78894e
commit
8b3f35edbb
3 changed files with 12 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue