updates post-game time to 12s

This commit is contained in:
2025-08-21 19:54:18 +02:00
parent 7ed8895038
commit 946548d001
+1 -1
View File
@@ -254,7 +254,7 @@ export default function Lobby() {
setRevealed(true);
setTimeout(() => {
setState("next");
}, 5000);
}, 12000);
} else if (state == "next") {
nextTrack();
}