1a9e9bec by zhen

fix播放器倍速选项

1 parent d747d9db
...@@ -125,7 +125,7 @@ export default { ...@@ -125,7 +125,7 @@ export default {
125 this.player = videojs( 125 this.player = videojs(
126 'my-player', 126 'my-player',
127 { 127 {
128 playbackRates: [1, 1.25, 1.5, 2, 2.5], 128 playbackRates: [1, 1.5, 2],
129 userActions: { 129 userActions: {
130 // doubleClick: this.myDoubleClickHandler, 130 // doubleClick: this.myDoubleClickHandler,
131 hotkeys: this.hotkeys 131 hotkeys: this.hotkeys
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!