mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Fixed issues not loading
This commit is contained in:
parent
cdfe91e3a4
commit
7ca57f3666
9 changed files with 2360 additions and 16 deletions
|
@ -43,7 +43,7 @@ namespace Ombi.Hubs
|
|||
}
|
||||
|
||||
var user = await _userManager.Users.
|
||||
FirstOrDefaultAsync(x => x.Id.Equals(userIdClaim.Value, StringComparison.InvariantCultureIgnoreCase));
|
||||
FirstOrDefaultAsync(x => x.Id == userIdClaim.Value);
|
||||
var claims = await _userManager.GetRolesAsync(user);
|
||||
UsersOnline.TryAdd(Context.ConnectionId, new HubUsers
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue