mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-19 09:01:43 +00:00
Merge 47f6f4e18a into 47ea6b5092
This commit is contained in:
commit
0e2b1080a7
4 changed files with 18 additions and 5 deletions
|
|
@ -114,6 +114,7 @@ function parseMediaStreamInfo(stream, all_streams, total_bit_rate) {
|
|||
info.channels = stream.channels || null
|
||||
info.sample_rate = tryGrabSampleRate(stream)
|
||||
info.channel_layout = tryGrabChannelLayout(stream)
|
||||
info.profile = stream.profile || null
|
||||
}
|
||||
|
||||
return info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue