mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed #728
This commit is contained in:
parent
f381f9765b
commit
14c785d01e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace PlexRequests.Core.Users
|
||||||
}
|
}
|
||||||
if (settings.RecentlyAddedNotification)
|
if (settings.RecentlyAddedNotification)
|
||||||
{
|
{
|
||||||
features += (int)Features.Newsletter;
|
features += (int)Features.RequestAddedNotification;
|
||||||
}
|
}
|
||||||
|
|
||||||
return features;
|
return features;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue