mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
MOre work
This commit is contained in:
parent
65087642e1
commit
2f5db03815
7 changed files with 112 additions and 8 deletions
|
@ -61,7 +61,7 @@ namespace PlexRequests.UI.Modules
|
|||
// Add to the session
|
||||
Request.Session[SessionKeys.UsernameKey] = username;
|
||||
|
||||
return Response.AsJson("");
|
||||
return Response.AsJson(new { Result = true });
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue