diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-10 16:12:55 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-18 14:23:34 -0400 |
commit | e1ebfb02f724518432b2e1c5ec2a80ff03b38fd8 (patch) | |
tree | 78643aa793ddf752c5d4f61db34b3cb64c0f12ac /ext/mixed/js/display.js | |
parent | 823c026533dcd758c2a93038fa526978a5fa9cc3 (diff) |
Disable cache on the backend and fix a bug with the cache key
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 7f3ba859..8edae7c9 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -50,7 +50,8 @@ class Display { async getUri(definition, source, details) { return await apiAudioGetUri(definition, source, details); } - } + }, + useCache: true }); this.styleNode = null; |