diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 2c0b57c154..dd438d6fce 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -889,15 +889,6 @@ export default function (options) { }); } - if (!supportsSecondaryAudio) { - aacCodecProfileConditions.push({ - Condition: 'Equals', - Property: 'IsSecondaryAudio', - Value: 'false', - IsRequired: false - }); - } - if (aacCodecProfileConditions.length) { profile.CodecProfiles.push({ Type: 'VideoAudio',