mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Merge remote-tracking branch 'upstream/develop' into request-counter-fixed
This commit is contained in:
commit
5725015789
177 changed files with 8208 additions and 99 deletions
|
@ -337,6 +337,7 @@ namespace Ombi.Core.Engine
|
|||
};
|
||||
}
|
||||
|
||||
request.MarkedAsApproved = DateTime.Now;
|
||||
request.Approved = true;
|
||||
request.Denied = false;
|
||||
await MovieRepository.Update(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue