mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
Added the ability to send newsletter out to users that are not in Ombi
This commit is contained in:
parent
386f5b1550
commit
5942645045
5 changed files with 61 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
|||
namespace Ombi.Settings.Settings.Models.Notifications
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ombi.Settings.Settings.Models.Notifications
|
||||
{
|
||||
public class NewsletterSettings : Settings
|
||||
{
|
||||
public bool DisableTv { get; set; }
|
||||
public bool DisableMovies { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
public List<string> ExternalEmails { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue