diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.media')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/components.media/video.scrubber.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/components.media/video.scrubber.js b/animism-align/frontend/app/views/viewer/player/components.media/video.scrubber.js index aec82ca..fcc097a 100644 --- a/animism-align/frontend/app/views/viewer/player/components.media/video.scrubber.js +++ b/animism-align/frontend/app/views/viewer/player/components.media/video.scrubber.js @@ -51,6 +51,7 @@ class VideoScrubber extends Component { const seconds = percent * duration // we can use this to seek the audio actions.audio.seek(start_ts + seconds) + actions.audio.play() // apply the video start offset. // in case the video loops, modulo the length of the original video const video_seek = ((seconds + video_start_ts) % timing.duration) |
