Sockets allowing for live updates rather than complete rebuilds #7

Merged
kristy-fournier merged 20 commits from timerChanges into main 2026-02-11 09:39:36 -05:00
Showing only changes of commit 6effff1dc5 - Show all commits

View file

@ -296,6 +296,17 @@ async function displayElapsedPlaylistTime(elapsed=0,length=-1) {
}
}
async function updateSingleSetting(data) {
let toBeChanged = data["settingToChange"];
if (toBeChanged === "partymode") {
} else if (toBeChanged === "perms") {
} else if (toBeChanged === "volume") {
}
}
async function checkSettings(skipServer=false) {
//check client stuff first so if the server doesn't exist it can still be changed and seen
if (ip.slice(-5)=="19054") {