mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
7bc57e287a
commit
f17942c1cd
19 changed files with 68 additions and 55 deletions
|
@ -285,9 +285,12 @@ define(['browser'], function (browser) {
|
|||
hlsVideoAudioCodecs.push('mp3');
|
||||
}
|
||||
|
||||
if (browser.tizen) {
|
||||
videoAudioCodecs.push('dca');
|
||||
videoAudioCodecs.push('dts');
|
||||
}
|
||||
|
||||
if (browser.edgeUwp) {
|
||||
//videoAudioCodecs.push('dca');
|
||||
//videoAudioCodecs.push('dts');
|
||||
//videoAudioCodecs.push('truehd');
|
||||
}
|
||||
|
||||
|
@ -484,7 +487,7 @@ define(['browser'], function (browser) {
|
|||
}]
|
||||
});
|
||||
|
||||
var videoAudioChannels = '6';
|
||||
var videoAudioChannels = browser.tizen ? '8' : '6';
|
||||
|
||||
// Handle he-aac not supported
|
||||
if (!videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.40.5"').replace(/no/, '')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue