This commit is contained in:
Luke Pulverenti 2016-05-22 12:47:31 -04:00
commit 36ae31d3a7

View file

@ -89,7 +89,7 @@ namespace MediaBrowser.Model.Entities
if (!string.IsNullOrEmpty(Language))
{
attributes.Add(Language);
attributes.Add(StringHelper.FirstToUpper(Language));
}
if (!string.IsNullOrEmpty(Codec))
{