mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0129027afa
commit
85731c7453
4 changed files with 12 additions and 10 deletions
|
@ -263,7 +263,8 @@ define(['browser'], function (browser) {
|
|||
videoAudioCodecs.push('ac3');
|
||||
|
||||
// This works in edge desktop, but not mobile
|
||||
if (!browser.edge || !browser.mobile) {
|
||||
// TODO: Retest this on mobile
|
||||
if (!browser.edge || !browser.touch) {
|
||||
hlsVideoAudioCodecs.push('ac3');
|
||||
}
|
||||
}
|
||||
|
@ -287,7 +288,8 @@ define(['browser'], function (browser) {
|
|||
}
|
||||
|
||||
if (isEdgeUniversal()) {
|
||||
videoAudioCodecs.push('dca');
|
||||
//videoAudioCodecs.push('dca');
|
||||
//videoAudioCodecs.push('dts');
|
||||
//videoAudioCodecs.push('truehd');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue