diff --git a/html/static/js/player.js b/html/static/js/player.js
index 9576162..d32deec 100644
--- a/html/static/js/player.js
+++ b/html/static/js/player.js
@@ -162,6 +162,7 @@ function relativeSeek(seconds) {
function playVideo() {
audio.currentTime = video.currentTime
let lastTime = video.currentTime
+ ignoreNext.play++
video.play().then(() => {
const interval = setInterval(() => {
console.log("checking video", video.currentTime, lastTime)