You've already forked fm-dx-webserver
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:
committed by
GitHub
parent
fb8af10ce5
commit
3f79f7a0c7
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user