1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix refFrames not being recorded

This commit is contained in:
Luke Pulverenti 2015-04-24 23:30:44 -04:00
parent 5edc464eea
commit 2032762b30
2 changed files with 32 additions and 10 deletions

View file

@ -1317,7 +1317,7 @@
if (stream.ChannelLayout) {
attributes.push(createAttribute(Globalize.translate('MediaInfoLayout'), stream.ChannelLayout));
}
else if (stream.Channels) {
if (stream.Channels) {
attributes.push(createAttribute(Globalize.translate('MediaInfoChannels'), stream.Channels + ' ch'));
}