Fixed the issue with the null streaming country

This commit is contained in:
tidusjar 2021-01-07 20:14:13 +00:00
commit de886dd800
5 changed files with 10 additions and 4 deletions

View file

@ -10,6 +10,7 @@ namespace Ombi.Settings.Settings.Models
public bool ImportJellyfinUsers { get; set; }
public int MovieRequestLimit { get; set; }
public int EpisodeRequestLimit { get; set; }
public string DefaultStreamingCountry { get; set; } = "US";
public List<string> DefaultRoles { get; set; } = new List<string>();
public List<string> BannedPlexUserIds { get; set; } = new List<string>();
public List<string> BannedEmbyUserIds { get; set; } = new List<string>();