mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
Added the subscribe on the sarch page
This commit is contained in:
parent
a82b011ae3
commit
ec575df36e
2 changed files with 3 additions and 1 deletions
|
@ -179,7 +179,7 @@ namespace Ombi.Core.Engine
|
|||
// Check if this user requested it
|
||||
var user = await GetUser();
|
||||
var request = await RequestService.MovieRequestService.GetAll()
|
||||
.AnyAsync(x => x.RequestedUserId.Equals(user.Id) && x.Id == viewModel.Id);
|
||||
.AnyAsync(x => x.RequestedUserId.Equals(user.Id) && x.TheMovieDbId == viewModel.Id);
|
||||
if (request)
|
||||
{
|
||||
viewModel.ShowSubscribe = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue