From 7c0807680d154adadd0ff5952efa02ecc70fc2ad Mon Sep 17 00:00:00 2001 From: gnattu Date: Wed, 5 Nov 2025 19:26:57 +0800 Subject: [PATCH] Fix comment Co-authored-by: Tim Eisele --- src/scripts/browserDeviceProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index b99e5e7d6f..c2c733709c 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -1191,7 +1191,7 @@ export default function (options) { if (browser.tizenVersion >= 3 || browser.vidaa) { // Tizen TV does not support Dolby Vision at all, but it can safely play the HDR fallback. - // Advertising the support so that the server don't have to do the remux. + // Advertising the support so that the server doesn't have to remux. hevcVideoRangeTypes += '|DOVIWithHDR10|DOVIWithHDR10Plus|DOVIWithEL|DOVIWithELHDR10Plus|DOVIInvalid'; } }