mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
parent
33398084be
commit
5c023341b6
8 changed files with 49 additions and 11 deletions
|
@ -112,7 +112,7 @@ namespace PlexRequests.UI.Modules
|
|||
{
|
||||
try
|
||||
{
|
||||
var username = Security.GetUsername(User.UserName);
|
||||
var username = Security.GetUsername(User.UserName, Session);
|
||||
if (string.IsNullOrEmpty(username))
|
||||
{
|
||||
return Session[SessionKeys.UsernameKey].ToString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue