aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-22 12:47:31 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-22 12:47:31 -0400
commit36ae31d3a71f60e79bbfe3b00ab9d06b1b56ed04 (patch)
treeb3f8962cf51a008c6f0700ff9aa383b9d1318bec
parentbfcbbde808f4361b270986977f640f65c121eceb (diff)
parent214364cd0bc0d475608905b38115214c93d07797 (diff)
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index 64c7d9aa6..6a3c08425 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/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))
{