Upper first on subtitle language

pull/702/head
Eric Reed 8 years ago
parent 056b33714d
commit 214364cd0b

@ -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