mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fixed #270
This commit is contained in:
parent
605878700d
commit
c43e3a93d2
3 changed files with 4 additions and 3 deletions
|
@ -196,7 +196,7 @@ namespace PlexRequests.UI.Modules
|
|||
{
|
||||
dbTv = t.Result.ToList();
|
||||
|
||||
if (settings.UsersCanViewOnlyOwnRequests && !IsAdmin)
|
||||
if (settings.UsersCanViewOnlyOwnRequests && !IsAdmin)
|
||||
{
|
||||
dbTv = dbTv.Where(x => x.UserHasRequested(Username)).ToList();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue