diff options
| author | crobibero <cody@robibe.ro> | 2020-08-06 17:59:48 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-06 17:59:48 -0600 |
| commit | 05f9473544dd40c6ffdc8512d675256468c09cb3 (patch) | |
| tree | 82c083d0487c629532ae76a957d9198d95d028c9 /Jellyfin.Api/Models | |
| parent | fffa94fc33b923863e7cfe0d57d85ae86206975e (diff) | |
Apply fixes from review
Diffstat (limited to 'Jellyfin.Api/Models')
| -rw-r--r-- | Jellyfin.Api/Models/StartupDtos/StartupConfigurationDto.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/StartupDtos/StartupConfigurationDto.cs b/Jellyfin.Api/Models/StartupDtos/StartupConfigurationDto.cs index 66e797699..a5f012245 100644 --- a/Jellyfin.Api/Models/StartupDtos/StartupConfigurationDto.cs +++ b/Jellyfin.Api/Models/StartupDtos/StartupConfigurationDto.cs @@ -8,7 +8,7 @@ namespace Jellyfin.Api.Models.StartupDtos /// <summary> /// Gets or sets UI language culture. /// </summary> - public string UICulture { get; set; } = null!; + public string? UICulture { get; set; } /// <summary> /// Gets or sets the metadata country code. |
