Skip to content

Commit

Permalink
Changing to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Sep 22, 2023
1 parent 08a94d9 commit 0b088bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/skip_plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class SkipBackward extends Clappr.UICorePlugin {
}

onClick() {
if (this.core.getCurrentPlayback().getCurrentTime() > 5) {
if (this.core.getCurrentPlayback().getCurrentTime() > 10) {
this.core.getCurrentPlayback().seek(this.core.getCurrentPlayback().getCurrentTime() - 5)
} else {
this.core.getCurrentPlayback().seek(0)
Expand Down

0 comments on commit 0b088bc

Please sign in to comment.