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) {