summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/mixed/js/display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js
index d4481349..f30a65e6 100644
--- a/ext/mixed/js/display.js
+++ b/ext/mixed/js/display.js
@@ -47,7 +47,7 @@ class Display {
this.audioFallback = null;
this.audioSystem = new AudioSystem({
audioUriBuilder: {
- async getUri(definition, source, details) {
+ getUri: async (definition, source, details) => {
return await apiAudioGetUri(definition, source, details);
}
},