mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-29 19:18:30 -07:00
more !wip stuff
This commit is contained in:
parent
e235475413
commit
59173b8bc4
17 changed files with 347 additions and 36 deletions
|
@ -44,6 +44,7 @@ namespace Ombi.Store.Repository.Requests
|
|||
{
|
||||
return Db.MovieRequests
|
||||
.Include(x => x.RequestedUser)
|
||||
.ThenInclude(x => x.NotificationUserIds)
|
||||
.AsQueryable();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue