mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed #1543
This commit is contained in:
parent
1a44cf596c
commit
04117329c6
2 changed files with 2 additions and 1 deletions
|
@ -149,6 +149,7 @@ namespace Ombi.Core.Engine
|
|||
/// <returns></returns>
|
||||
public async Task<RequestEngineResult> ApproveMovie(MovieRequests request)
|
||||
{
|
||||
await MovieRepository.Update(request);
|
||||
if (request.Approved)
|
||||
{
|
||||
var result = await Sender.Send(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue