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",