summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index 04f29f42..4face6cd 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -207,8 +207,8 @@ class Yomichan {
note.modelName = this.options.ankiTermModel;
const audio = {
- kanji: definition.expression,
- kana: definition.reading,
+ kanji: definition.expression,
+ kana: definition.reading,
fields: []
};