Skip to content

Commit

Permalink
Fix subtitle burn settings for web player
Browse files Browse the repository at this point in the history
fix #1464
  • Loading branch information
paulzzh authored Aug 14, 2024
1 parent 0d1b379 commit 98432cc
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 98432cc

Please sign in to comment.