1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-08-06 17:22:00 -04:00
parent 0129027afa
commit 85731c7453
4 changed files with 12 additions and 10 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.156",
"_release": "1.4.156",
"version": "1.4.157",
"_release": "1.4.157",
"_resolution": {
"type": "version",
"tag": "1.4.156",
"commit": "b9f97570c0090a85efe1017b589c1f3261de5966"
"tag": "1.4.157",
"commit": "7ec475515f1b5a785c764864221b53d9b63d8151"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -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');
}