diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-02 12:50:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 12:50:16 -0400 |
commit | cae6b657ab418a1cafedcb1cf72d0e793fa5178b (patch) | |
tree | c50f77c713aa3573cbcea713fcede188d9d536cd /ext/bg/js/backend.js | |
parent | 08ada6844af424e8ff28e592fc6b9dbc1a9a97eb (diff) |
Anki audio download (#477)
* Update how audio is added to Anki cards
* Upgrade Anki templates
* Update comments
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r-- | ext/bg/js/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index dd1fd8e9..8a8f00eb 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -507,7 +507,7 @@ class Backend { definition, options.anki.terms.fields, options.audio.sources, - {textToSpeechVoice: null, customSourceUrl} + customSourceUrl ); } |