pull/702/head
Luke Pulverenti 9 years ago
commit 36ae31d3a7

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

Loading…
Cancel
Save