Skip to content

Commit

Permalink
Fix subtitle burn settings for web player (#1466)
Browse files Browse the repository at this point in the history
fix #1464
  • Loading branch information
paulzzh committed Sep 1, 2024
1 parent 72513e5 commit 246f586
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/assets/native/nativeshell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 246f586

Please sign in to comment.