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

Merge remote-tracking branch 'upstream/master' into dashboard-activity

This commit is contained in:
Bill Thornton 2023-07-06 01:46:52 -04:00
commit 76597a021a
66 changed files with 2129 additions and 707 deletions

View file

@ -121,7 +121,7 @@ function canPlayAudioFormat(format) {
typeString = 'audio/ogg; codecs="opus"';
} else if (format === 'alac') {
if (browser.iOS || browser.osx) {
if (browser.iOS || browser.osx && browser.safari) {
return true;
}
} else if (format === 'mp2') {