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
c74ba9980b
commit
862871630a
6 changed files with 23 additions and 38 deletions
|
@ -286,6 +286,11 @@ define(['browser'], function (browser) {
|
|||
hlsVideoAudioCodecs.push('mp3');
|
||||
}
|
||||
|
||||
if (isEdgeUniversal()) {
|
||||
videoAudioCodecs.push('dca');
|
||||
videoAudioCodecs.push('truehd');
|
||||
}
|
||||
|
||||
if (canPlayH264()) {
|
||||
profile.DirectPlayProfiles.push({
|
||||
Container: 'mp4,m4v',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue