mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2672 from nyanmisaka/patch-1
Remove OPUS from supported HLS audio formats
This commit is contained in:
commit
95256a87b5
1 changed files with 3 additions and 1 deletions
|
@ -414,8 +414,10 @@ import browser from './browser';
|
|||
|
||||
if (canPlayAudioFormat('opus')) {
|
||||
videoAudioCodecs.push('opus');
|
||||
hlsInTsVideoAudioCodecs.push('opus');
|
||||
webmAudioCodecs.push('opus');
|
||||
if (browser.tizen) {
|
||||
hlsInTsVideoAudioCodecs.push('opus');
|
||||
}
|
||||
}
|
||||
|
||||
if (canPlayAudioFormat('flac')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue