1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

add auto bw, ceq, ims, stereo options to setup

This commit is contained in:
Amateur Audio Dude
2025-05-03 03:57:31 +10:00
committed by GitHub
parent fb8af10ce5
commit 3f79f7a0c7
3 changed files with 50 additions and 4 deletions

View File

@@ -146,6 +146,7 @@ router.get('/wizard', (req, res) => {
enabledPlugins: updatedConfig.plugins,
onlineUsers: dataHandler.dataToSend.users,
connectedUsers: storage.connectedUsers,
device: serverConfig.device,
banlist: updatedConfig.webserver.banlist // Updated banlist from the latest config
});
});