diff options
Diffstat (limited to 'ext/bg/js/anki-note-builder.js')
-rw-r--r-- | ext/bg/js/anki-note-builder.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/anki-note-builder.js b/ext/bg/js/anki-note-builder.js index 141259ce..f04a6bf7 100644 --- a/ext/bg/js/anki-note-builder.js +++ b/ext/bg/js/anki-note-builder.js @@ -37,11 +37,11 @@ class AnkiNoteBuilder { modeOptions: {fields, deck, model}, audioDetails=null, screenshotDetails=null, - clipboardImage=false, + clipboardDetails=null, errors=null }) { if (anki !== null) { - await this._injectMedia(anki, definition, fields, mode, audioDetails, screenshotDetails, clipboardImage); + await this._injectMedia(anki, definition, fields, mode, audioDetails, screenshotDetails, clipboardDetails); } const fieldEntries = Object.entries(fields); |