mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
This commit is contained in:
parent
4926255094
commit
2976e87cc5
2 changed files with 3 additions and 3 deletions
|
@ -455,7 +455,7 @@ namespace Ombi.Services.Jobs
|
|||
|
||||
if (!testEmail)
|
||||
{
|
||||
var users = UserHelper.GetUsersWithFeature(Features.RequestAddedNotification);
|
||||
var users = UserHelper.GetUsersWithFeature(Features.Newsletter);
|
||||
if (users != null)
|
||||
{
|
||||
foreach (var user in users)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue