mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update VideoPlayer.vue
This commit is contained in:
parent
523dcee52d
commit
3aff18a7a9
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ export default {
|
|||
}
|
||||
case "ctrl+right": {
|
||||
videoEl.currentTime =
|
||||
self.video.chapters.find(chapter => chapter.start > videoEl.currentTime).start || videoEl.duration;
|
||||
self.video.chapters.find(chapter => chapter.start > videoEl.currentTime).start ||
|
||||
videoEl.duration;
|
||||
e.preventDefault();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue