mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync objects
This commit is contained in:
parent
fc210d8ad2
commit
6cede56f93
47 changed files with 148 additions and 62 deletions
|
@ -272,7 +272,7 @@ define(['browser'], function (browser) {
|
|||
|
||||
// This works in edge desktop, but not mobile
|
||||
// TODO: Retest this on mobile
|
||||
if (!browser.edge || !browser.touch) {
|
||||
if (!browser.edge || !browser.touch || browser.edgeUwp) {
|
||||
hlsVideoAudioCodecs.push('ac3');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue