mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
!wip added music into the newsletter and also added issue reporting to the albums
This commit is contained in:
parent
fd8bfeb1e4
commit
82c353a727
8 changed files with 165 additions and 28 deletions
|
@ -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>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue