mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
fix this
This commit is contained in:
parent
1d0d76832d
commit
e38f3dea87
@ -679,12 +679,7 @@ background-color: #0000;
|
|||||||
audio.pause();
|
audio.pause();
|
||||||
});
|
});
|
||||||
|
|
||||||
video.on('timeupdate', () => {
|
|
||||||
if (Math.abs(video.currentTime() - audio.currentTime) > 0.3) {
|
|
||||||
audio.pause(); // Pause audio if it's not in sync
|
|
||||||
audio.currentTime = video.currentTime();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
video.on('seeking', handleSeek);
|
video.on('seeking', handleSeek);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user