mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 10:58:44 +01:00
update metadata language normalization
This commit is contained in:
@@ -728,7 +728,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(language))
|
||||
{
|
||||
return "en-us";
|
||||
return "en";
|
||||
}
|
||||
return language;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user