Fixed the newsletter not sending #2134

This commit is contained in:
Jamie Rees 2018-04-21 21:22:25 +01:00
parent ad41ea2086
commit 04af799efb
2 changed files with 146 additions and 130 deletions

View file

@ -7,6 +7,6 @@ namespace Ombi.Settings.Settings.Models.Notifications
public bool DisableTv { get; set; }
public bool DisableMovies { get; set; }
public bool Enabled { get; set; }
public List<string> ExternalEmails { get; set; }
public List<string> ExternalEmails { get; set; } = new List<string>();
}
}