Skip to content

Commit

Permalink
change seek back to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterjm authored and blakeblackshear committed Jun 5, 2021
1 parent 40c4ca3 commit c73aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/VideoPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class VideoPlayer extends Component {
});
this.player.seekButtons({
forward: 30,
back: 15,
back: 10,
});
}

Expand Down

0 comments on commit c73aeba

Please sign in to comment.