Explorar o código

Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
36ae31d3a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Model/Entities/MediaStream.cs

+ 1 - 1
MediaBrowser.Model/Entities/MediaStream.cs

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