mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #5207 from matthin/default-language
Default to English metadata during the setup wizard.
(cherry picked from commit 75ec8b0c8c
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
706ac0fafd
commit
da09257d58
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ namespace MediaBrowser.Model.Configuration
|
||||||
/// Gets or sets the preferred metadata language.
|
/// Gets or sets the preferred metadata language.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The preferred metadata language.</value>
|
/// <value>The preferred metadata language.</value>
|
||||||
public string PreferredMetadataLanguage { get; set; } = string.Empty;
|
public string PreferredMetadataLanguage { get; set; } = "en";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the metadata country code.
|
/// Gets or sets the metadata country code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue