mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
Fix #1914
This commit is contained in:
parent
40bdde10e5
commit
2df80913c4
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ namespace Ombi.Notifications.Agents
|
|||
message.To = settings.AdminEmail;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
// Send to admin
|
||||
message.To = settings.AdminEmail;
|
||||
}
|
||||
|
||||
return message;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue