1a9e9bec by zhen

fix播放器倍速选项

1 parent d747d9db
......@@ -125,7 +125,7 @@ export default {
this.player = videojs(
'my-player',
{
playbackRates: [1, 1.25, 1.5, 2, 2.5],
playbackRates: [1, 1.5, 2],
userActions: {
// doubleClick: this.myDoubleClickHandler,
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!