diff --git a/src/main/resources/public/js/game.js b/src/main/resources/public/js/game.js index cd7dc40..ca207b4 100644 --- a/src/main/resources/public/js/game.js +++ b/src/main/resources/public/js/game.js @@ -166,6 +166,11 @@ async function handleRoundStart({ ownerOptions, songUri, trackInfos }) { li.textContent = `${user}: 0 Punkte`; scoreboard.appendChild(li); }); + const nextBtn = document.getElementById("nextRound"); + if (nextBtn) { + nextBtn.hidden = true; + nextBtn.disabled = true; + } // Song einbetten const trackId = songUri.split(":")[2]; songEmbed.innerHTML = `