mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 09:19:16 +02:00
new admin system, ui changes, bugfixes
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user