mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Order by the username #1581
This commit is contained in:
parent
3c1078a332
commit
d6630d9d06
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace Ombi.Controllers
|
|||
model.Add(await GetUserWithRoles(user));
|
||||
}
|
||||
|
||||
return model;
|
||||
return model.OrderBy(x => x.Username);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue