mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix ctrl+right
This commit is contained in:
parent
b552f037f7
commit
b524923cf7
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export default {
|
|||
}
|
||||
case "ctrl+right": {
|
||||
videoEl.currentTime =
|
||||
self.video.chapters.find(chapter => chapter.start > videoEl.currentTime).start ||
|
||||
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