fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 2m1s

This commit is contained in:
doomtube 2026-01-10 18:54:45 -05:00
parent 461e0bb82f
commit bf698bee59

View file

@ -176,6 +176,13 @@
const data = await response.json();
realms = data.realms;
// Initialize all realms as collapsed by default
for (const realm of realms) {
if (collapsedRealms[realm.id] === undefined) {
collapsedRealms[realm.id] = true;
}
}
// Load stats and restream destinations for each realm
for (const realm of realms) {
await updateRealmStats(realm.id);