mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Finished the api changes requested #1601
This commit is contained in:
parent
2f8e96ed87
commit
a74617b70c
10 changed files with 104 additions and 29 deletions
|
@ -191,6 +191,7 @@ namespace Ombi.Core.Engine
|
|||
};
|
||||
}
|
||||
request.Approved = true;
|
||||
request.Denied = false;
|
||||
await MovieRepository.Update(request);
|
||||
|
||||
NotificationHelper.Notify(request, NotificationType.RequestApproved);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue