mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Merge pull request #5207 from matthin/default-language
Default to English metadata during the setup wizard. (cherry picked from commit 75ec8b0c8cb6c00ebf0cdb7416188b3768231796) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
706ac0fafd
commit
da09257d58
@ -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…
x
Reference in New Issue
Block a user