diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-04-02 12:12:21 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-04-02 12:12:21 -0700 |
commit | bea50cca462be631dadbd2f5bde1bc0a12ad17bf (patch) | |
tree | 73612a4fedc4d1fe9874979c27187b4176a84569 /ext/bg/js/yomichan.js | |
parent | 85001208db67027c430b3a4c8d569fb3930aeb27 (diff) | |
parent | ccb740da58068633a0ef5bd1c26bd4dd10625dce (diff) |
Merge branch 'master' into firefox-amo
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 7a26d6c7..feb74b6e 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -121,7 +121,7 @@ window.yomichan = new class { definitionAdd(definition, mode) { let promise = Promise.resolve(); if (mode !== 'kanji') { - promise = audioInject(definition, this.options.anki.terms.fields); + promise = audioInject(definition, this.options.anki.terms.fields, this.options.general.audioSource); } return promise.then(() => { |