new admin system, ui changes, bugfixes

This commit is contained in:
NoobishSVK
2024-02-27 23:04:26 +01:00
parent 2315f98079
commit 1fb9b99b95
21 changed files with 1038 additions and 411 deletions
+2 -1
View File
@@ -31,7 +31,7 @@ function send(request) {
}
else
{
logInfo("FM-DX Server Map update successful.");
logDebug("FM-DX Server Map update successful.");
}
}
else
@@ -66,6 +66,7 @@ function sendUpdate() {
desc: serverConfig.identification.tunerDesc,
audioChannels: serverConfig.audio.audioChannels,
audioQuality: serverConfig.audio.audioBitrate,
contact: serverConfig.identification.contact || ''
};
if (serverConfig.identification.token)