mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
#1460 looks like the permissions issue has been resolved. Just need to make sure the Ombi process is terminated.
Also fixed that we were not sending email notifications to users when something was available.
This commit is contained in:
parent
22a0e92b63
commit
c58cb4dbe1
6 changed files with 22 additions and 9 deletions
|
@ -57,7 +57,7 @@ namespace Ombi.Notifications.Agents
|
|||
{
|
||||
Message = html,
|
||||
Subject = parsed.Subject,
|
||||
To = settings.AdminEmail,
|
||||
To = model.Recipient.HasValue() ? model.Recipient : settings.AdminEmail,
|
||||
};
|
||||
|
||||
return message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue