mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Added the ability to turn off TV or Movies from the newsletter
This commit is contained in:
parent
5cc030b237
commit
acb62f4768
4 changed files with 17 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
public class NewsletterSettings : Settings
|
||||
{
|
||||
public bool DisableTv { get; set; }
|
||||
public bool DisableMovies { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue