mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed the issue with the null streaming country
This commit is contained in:
parent
ea7307ac07
commit
de886dd800
5 changed files with 10 additions and 4 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue