diff options
Diffstat (limited to 'ext/bg/js/backend.js')
| -rw-r--r-- | ext/bg/js/backend.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index 8ae5574c..96f28925 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -404,8 +404,8 @@ class Backend {          handler(this, params);      } -    _onApiAudioGetUrl({definition, source, optionsContext}) { -        return apiAudioGetUrl(definition, source, optionsContext); +    async _onApiAudioGetUrl({definition, source, optionsContext}) { +        return audioGetUrl(definition, source, optionsContext);      }      _onApiScreenshotGet({options}, sender) { |