mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #5207 from matthin/default-language
Default to English metadata during the setup wizard.
This commit is contained in:
commit
75ec8b0c8c
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
/// Gets or sets the preferred metadata language.
|
||||
/// </summary>
|
||||
/// <value>The preferred metadata language.</value>
|
||||
public string PreferredMetadataLanguage { get; set; } = string.Empty;
|
||||
public string PreferredMetadataLanguage { get; set; } = "en";
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the metadata country code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue