mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
fixed #670
This commit is contained in:
parent
d5127073bc
commit
cb11267fd2
2 changed files with 3 additions and 3 deletions
|
@ -266,7 +266,7 @@ namespace PlexRequests.Core
|
|||
|
||||
private Permissions GetPermissions(IUserIdentity user)
|
||||
{
|
||||
return GetPermissions(user.UserName);
|
||||
return GetPermissions(user?.UserName);
|
||||
}
|
||||
|
||||
private Permissions GetPermissions(string userName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue