diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 1270004854..e1626c8dfc 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -582,9 +582,7 @@ export default function (options) { hlsInTsVideoAudioCodecs.push('opus'); } hlsInFmp4VideoAudioCodecs.push('opus'); - } - - if (safariSupportsOpus) { + } else if (safariSupportsOpus) { videoAudioCodecs.push('opus'); webmAudioCodecs.push('opus'); hlsInFmp4VideoAudioCodecs.push('opus');