Fixed build

This commit is contained in:
tidusjar 2021-05-09 21:15:56 +01:00
parent 64c0fc17cc
commit 6e32bd33f5
8 changed files with 22 additions and 20 deletions

View file

@ -550,7 +550,7 @@ namespace Ombi.Core.Engine
request.Denied = false;
await MovieRepository.Update(request);
var canNotify = await RunSpecificRule(request, SpecificRules.CanSendNotification);
var canNotify = await RunSpecificRule(request, SpecificRules.CanSendNotification, string.Empty);
if (canNotify.Success)
{
await NotificationHelper.Notify(request, NotificationType.RequestApproved);