Added a new setting for the Netflix option, we can now disable it appearing in the search.

Stopped the Emby newsletter sending out all TV shows every time.
This commit is contained in:
tidusjar 2017-03-18 22:00:52 +00:00
commit 2b27559277
7 changed files with 16 additions and 8 deletions

View file

@ -55,6 +55,6 @@ namespace Ombi.Core.SettingModels
public bool NewSearch { get; set; }
public bool EnableIssues { get; set; }
public bool EnableNetflixResults { get; set; }
}
}