« get me outta code hell

client: fix initInfo preventing new props on setting, not settings - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-31 18:54:58 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-31 18:54:58 -0300
commit913677c46d8415178e41d8adc5e687061e1d1829 (patch)
tree4942127cdb2313b6611d690668969be983859b0d /src/static/js
parent5b9c7136ba2fa751c11063a02320275e04117015 (diff)
client: fix initInfo preventing new props on setting, not settings
Diffstat (limited to 'src/static/js')
-rw-r--r--src/static/js/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/client.js b/src/static/js/client.js
index e60d200a..0155b4b7 100644
--- a/src/static/js/client.js
+++ b/src/static/js/client.js
@@ -35,7 +35,7 @@ function initInfo(infoKey, description) {
   for (const obj of [
     object,
     object.state,
-    object.setting,
+    object.settings,
     object.event,
   ]) {
     if (!obj) continue;