Finished the api changes requested #1601

This commit is contained in:
tidusjar 2017-10-21 21:26:13 +01:00
parent 2f8e96ed87
commit a74617b70c
10 changed files with 104 additions and 29 deletions

View file

@ -191,6 +191,7 @@ namespace Ombi.Core.Engine
};
}
request.Approved = true;
request.Denied = false;
await MovieRepository.Update(request);
NotificationHelper.Notify(request, NotificationType.RequestApproved);