Skip to content

Commit

Permalink
Merge pull request #47 from hahow/hotfix/fix-add-custom-cues
Browse files Browse the repository at this point in the history
fix(TrackNotes): 修復進度條節點消失問題
  • Loading branch information
amowu committed Jan 11, 2024
2 parents e2993c4 + b07b35a commit be7889e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/docs/stories/TrackNotes.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ export const TrackNotes = createPluginStory({
config: {
height: 360,
width: 640,
// 新版本的播放器不支援 custom cueType 了,需要加這個設定才行
timeSlider: {
legacy: true,
},
},
file: "https://cdn.jwplayer.com/manifests/GXbUbwm0.m3u8",
library: "https://cdn.jwplayer.com/libraries/5vuW2BEP.js",
Expand Down

0 comments on commit be7889e

Please sign in to comment.