mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
typo
This commit is contained in:
parent
9a1b0c49ec
commit
c3cba15b17
2 changed files with 1 additions and 2 deletions
|
@ -382,7 +382,6 @@ namespace Ombi.UI.Modules
|
|||
|
||||
private async Task<Response> GetAlbumRequests()
|
||||
{
|
||||
var settings = PrSettings.GetSettings();
|
||||
var dbAlbum = await Service.GetAllAsync();
|
||||
dbAlbum = dbAlbum.Where(x => x.Type == RequestType.Album);
|
||||
if (Security.HasPermissions(User, Permissions.UsersCanViewOnlyOwnRequests) && !IsAdmin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue