We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RemoteConfigDebugAPI
1 parent 7f649da commit 741bcc1Copy full SHA for 741bcc1
jsHelper/expFeatures.js
@@ -166,7 +166,8 @@
166
}
167
isFallback = false;
168
notice.remove();
169
- remoteConfiguration = Spicetify?.RemoteConfigResolver?.remoteConfiguration ?? (await Spicetify.Platform?.RemoteConfigDebugAPI.getProperties());
+ remoteConfiguration =
170
+ Spicetify?.RemoteConfigResolver.value?.remoteConfiguration ?? (await Spicetify.Platform?.RemoteConfigDebugAPI.getProperties());
171
})();
172
173
for (const key of Object.keys(overrideList)) {
0 commit comments