From 98432cc0a386d9056780ad3bbb2a547c26a1b48e Mon Sep 17 00:00:00 2001 From: paulzzh <28055560+paulzzh@users.noreply.github.com> Date: Thu, 15 Aug 2024 05:35:55 +0800 Subject: [PATCH] Fix subtitle burn settings for web player fix #1464 --- app/src/main/assets/native/nativeshell.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/src/main/assets/native/nativeshell.js b/app/src/main/assets/native/nativeshell.js index b1ae2f8d0..9a9ae006d 100644 --- a/app/src/main/assets/native/nativeshell.js +++ b/app/src/main/assets/native/nativeshell.js @@ -104,17 +104,6 @@ function getDeviceProfile(profileBuilder, item) { return i.Type === "Audio"; }); - profile.SubtitleProfiles.push( - { - Format: "ssa", - Method: "External" - }, - { - Format: "ass", - Method: "External" - } - ); - profile.CodecProfiles.push({ Type: "Video", Container: "avi",