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
fmlist integration hotfix
This commit is contained in:
@@ -62,7 +62,7 @@ router.get('/', (req, res) => {
|
||||
device: serverConfig.device,
|
||||
noPlugins,
|
||||
plugins: serverConfig.plugins,
|
||||
fmlist_integration: serverConfig.fmlist_integration ? serverConfig.fmlist_integration : true,
|
||||
fmlist_integration: typeof(serverConfig.extras?.fmlistIntegration) !== undefined ? serverConfig.extras.fmlistIntegration : true,
|
||||
bwSwitch: serverConfig.bwSwitch ? serverConfig.bwSwitch : false
|
||||
});
|
||||
}
|
||||
|
||||
@@ -46,8 +46,8 @@ let serverConfig = {
|
||||
adminPass: ""
|
||||
},
|
||||
extras: {
|
||||
fmlist_integration: true,
|
||||
fmlist_omid: "",
|
||||
fmlistIntegration: true,
|
||||
fmlistOmid: "",
|
||||
},
|
||||
plugins: [],
|
||||
device: 'tef',
|
||||
|
||||
Reference in New Issue
Block a user