diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 1fdaea30dd..2d6e0dad4b 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -130,7 +130,7 @@ import browser from './browser'; 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') {