mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 23:39:15 +02:00
show user count
This commit is contained in:
@@ -132,6 +132,9 @@ function handleMessage(msg) {
|
||||
skippedIndices = msg.data?.data ?? skippedIndices;
|
||||
renderAll();
|
||||
break;
|
||||
case "users":
|
||||
document.getElementById("user-count").textContent = msg.data;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user