change name for embedded image in audio stream

This commit is contained in:
Techywarrior 2013-03-27 12:37:33 -07:00
parent d578faefb4
commit d95a277bbe

View File

@ -477,8 +477,11 @@
hasVideo = true;
}
if (item.MediaType == "Audio" && stream.Type == "Video") var type = "Embedded Image";
else var type = stream.Type;
html += '<tr>';
html += '<td>' + stream.Type + '</td>';
html += '<td>' + type + '</td>';
html += '<td>' + stream.Codec +'</td>';
if (stream.Language) {