mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change name for embedded image in audio stream
This commit is contained in:
parent
d578faefb4
commit
d95a277bbe
1 changed files with 4 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue