change seek back to 10 seconds

This commit is contained in:
Jason Hunter 2021-06-03 19:55:02 -04:00 committed by Blake Blackshear
parent 40c4ca305e
commit c73aebadcb

View File

@ -23,7 +23,7 @@ export default class VideoPlayer extends Component {
});
this.player.seekButtons({
forward: 30,
back: 15,
back: 10,
});
}