update translations
This commit is contained in:
parent
301d946c14
commit
843a0eee28
26 changed files with 154 additions and 156 deletions
|
@ -1069,12 +1069,7 @@
|
|||
continue;
|
||||
}
|
||||
|
||||
var type;
|
||||
if (item.MediaType == "Audio" && stream.Type == "Video") {
|
||||
type = "Embedded Image";
|
||||
} else {
|
||||
type = stream.Type;
|
||||
}
|
||||
var type = stream.Type.replace('EmbeddedImage', 'Embedded Image');
|
||||
|
||||
html += '<div class="mediaInfoStream">';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue