mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-29 19:18:30 -07:00
Added the subscription for movies !wip
This commit is contained in:
parent
bebf2f2ab8
commit
7a9fc1213f
31 changed files with 1308 additions and 42 deletions
|
@ -57,7 +57,7 @@ namespace Ombi.Store.Repository.Requests
|
|||
public IQueryable<MovieRequests> GetWithUser(string userId)
|
||||
{
|
||||
return Db.MovieRequests
|
||||
.Where(x => x.RequestedUserId == userId)
|
||||
.Where(x => x.RequestedUserId == userId)
|
||||
.Include(x => x.RequestedUser)
|
||||
.ThenInclude(x => x.NotificationUserIds)
|
||||
.AsQueryable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue