bächste runde knopf verschwidnet für alle

GUI
eric 2025-08-14 20:32:48 +02:00
parent ff6611fd0a
commit 88c1547d59
1 changed files with 5 additions and 0 deletions

View File

@ -166,6 +166,11 @@ async function handleRoundStart({ ownerOptions, songUri, trackInfos }) {
li.textContent = `${user}: 0 Punkte`; li.textContent = `${user}: 0 Punkte`;
scoreboard.appendChild(li); scoreboard.appendChild(li);
}); });
const nextBtn = document.getElementById("nextRound");
if (nextBtn) {
nextBtn.hidden = true;
nextBtn.disabled = true;
}
// Song einbetten // Song einbetten
const trackId = songUri.split(":")[2]; const trackId = songUri.split(":")[2];
songEmbed.innerHTML = ` songEmbed.innerHTML = `