rework shutdown
This commit is contained in:
parent
286793b357
commit
6825ae319e
3 changed files with 5 additions and 5 deletions
|
@ -1402,6 +1402,10 @@
|
|||
attributes.push(createAttribute(Globalize.translate('MediaInfoCodec'), stream.Codec.toUpperCase()));
|
||||
}
|
||||
|
||||
if (stream.CodecTag) {
|
||||
attributes.push(createAttribute(Globalize.translate('MediaInfoCodecTag'), stream.CodecTag));
|
||||
}
|
||||
|
||||
if (stream.Profile) {
|
||||
attributes.push(createAttribute(Globalize.translate('MediaInfoProfile'), stream.Profile));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue