From 66e5ce330fc68390a1eca08f33022c6fed2e230a Mon Sep 17 00:00:00 2001 From: gnattu Date: Sat, 10 Aug 2024 17:51:44 +0800 Subject: [PATCH] Fix lint Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/scripts/browserDeviceProfile.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index ba9530ea83..c93e72535d 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -1289,10 +1289,10 @@ export default function (options) { Codec: 'h264', Conditions: [ { - Condition: 'EqualsAny', - Property: 'VideoProfile', - Value: h264Profiles + '|high 10', - IsRequired: false + Condition: 'EqualsAny', + Property: 'VideoProfile', + Value: h264Profiles + '|high 10', + IsRequired: false } ] });