From e64e1f65358b5fc135c2ae0294082fde550d39c1 Mon Sep 17 00:00:00 2001 From: kinke Date: Mon, 17 Nov 2025 11:14:06 -0500 Subject: [PATCH] Backport pull request #7283 from jellyfin-web/release-10.11.z Restrict recently added max-32-streams limit to Tizen < v6.5 Original-merge: 39f971ffa4fe0f2b76d3b0dc0619b957c46483a1 Merged-by: thornbill Backported-by: thornbill --- 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 80bf0f33e3..ec919519a4 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -924,7 +924,7 @@ export default function (options) { profile.ContainerProfiles = []; - if (browser.tizen) { + if (browser.tizenVersion < 6.5) { // Tizen doesn't support more than 32 streams in a single file profile.ContainerProfiles.push({ Type: 'Video',