Fix: subtitle dont escape

This commit is contained in:
zijiren233 2024-04-22 18:37:05 +08:00
parent 2f7f7b4bb1
commit 07fc9681e4
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ const newPlayerOption = (html: HTMLDivElement): Option => {
plugins: Props.options.plugins,
subtitle: {
encoding: "utf-8",
escape: true
escape: false
},
moreVideoAttr: {
controls: false,