Added the ability to turn off TV or Movies from the newsletter

This commit is contained in:
Jamie 2018-04-06 21:36:54 +01:00
commit acb62f4768
4 changed files with 17 additions and 3 deletions

View file

@ -2,6 +2,8 @@
{
public class NewsletterSettings : Settings
{
public bool DisableTv { get; set; }
public bool DisableMovies { get; set; }
public bool Enabled { get; set; }
}
}