diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-14 18:22:51 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-18 14:23:34 -0400 |
commit | 92790763d19a5259e4b091b72a51e67f45548685 (patch) | |
tree | b30f4952fc6cd64e55577e84199fed35b33a37cd /ext/mixed/js/display.js | |
parent | 5c2dff345eb9d4a25cf1022d14e28ba5925b0b10 (diff) |
Update style
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 2 |
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); } }, |