From 54d4c65854289de9d454198d7575d3db824cf0f1 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 12 Oct 2019 23:04:32 -0400 Subject: Rename audioGetFromSources's createAudioObject argument to download --- ext/mixed/js/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mixed/js/display.js') diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 51a3dc22..cf38d09d 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -500,7 +500,7 @@ class Display { } const sources = this.options.audio.sources; - let {audio, source} = await audioGetFromSources(expression, sources, this.getOptionsContext(), true, this.audioCache); + let {audio, source} = await audioGetFromSources(expression, sources, this.getOptionsContext(), false, this.audioCache); let info; if (audio === null) { if (this.audioFallback === null) { -- cgit v1.2.3