update metadata language normalization

This commit is contained in:
Luke Pulverenti 2016-09-23 02:57:55 -04:00
parent 38e33c8e29
commit 1a81678893
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ namespace MediaBrowser.Providers.Manager
{
if (string.IsNullOrWhiteSpace(language))
{
return "en-us";
return "en";
}
return language;
}