more !wip stuff

This commit is contained in:
Jamie 2018-02-02 13:12:16 +00:00
parent e235475413
commit 59173b8bc4
17 changed files with 347 additions and 36 deletions

View file

@ -44,6 +44,7 @@ namespace Ombi.Store.Repository.Requests
{
return Db.MovieRequests
.Include(x => x.RequestedUser)
.ThenInclude(x => x.NotificationUserIds)
.AsQueryable();
}