mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update translations
This commit is contained in:
parent
bfafc4aa2b
commit
c9e79fdcdf
@ -1224,7 +1224,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (stream.BitRate && stream.Codec != "mjpeg") {
|
if (stream.BitRate && stream.Codec != "mjpeg") {
|
||||||
attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1000)) + ' kbps'));
|
attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1024)) + ' kbps'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stream.SampleRate) {
|
if (stream.SampleRate) {
|
||||||
|
Loading…
Reference in New Issue
Block a user