Skip to content

Commit

Permalink
fix(video): correct VTT subtitle styling in preview (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tukipona authored Jan 27, 2025
1 parent 3600814 commit 3dce0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/previews/video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const Preview = () => {
option.subtitle = {
url: proxyLink(defaultSubtitle, true),
type: ext(defaultSubtitle.name),
escape: false,
}
}

Expand Down

0 comments on commit 3dce0a8

Please sign in to comment.