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

fmlist omid hotfix

This commit is contained in:
NoobishSVK
2024-09-15 22:59:29 +02:00
parent 830d03352b
commit d2020af3bb

View File

@@ -320,7 +320,7 @@ router.get('/log_fmlist', (req, res) => {
longitude: serverConfig.identification.lon,
address: serverConfig.identification.proxyIp.length > 1 ? serverConfig.identification.proxyIp : ('Matches request IP with port ' + serverConfig.webserver.port),
webserver_name: serverConfig.identification.tunerName,
omid: serverConfig.extras?.fmlist_omid || '',
omid: serverConfig.extras?.fmlistOmid || '',
},
client: {
request_ip: clientIp