!wip added music into the newsletter and also added issue reporting to the albums

This commit is contained in:
TidusJar 2018-08-28 09:29:42 +01:00
parent fd8bfeb1e4
commit 82c353a727
8 changed files with 165 additions and 28 deletions

View file

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