From d95a277bbe0a62787ccbccba3843e213a9c61a7b Mon Sep 17 00:00:00 2001 From: Techywarrior Date: Wed, 27 Mar 2013 12:37:33 -0700 Subject: [PATCH] change name for embedded image in audio stream --- dashboard-ui/scripts/Itemdetailpage.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index f6903e5559..cb6fdc6659 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -477,8 +477,11 @@ hasVideo = true; } + if (item.MediaType == "Audio" && stream.Type == "Video") var type = "Embedded Image"; + else var type = stream.Type; + html += ''; - html += '' + stream.Type + ''; + html += '' + type + ''; html += '' + stream.Codec +''; if (stream.Language) {