diff --git a/aqt/editor.py b/aqt/editor.py index 0db296fb4..d04fd842e 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -560,6 +560,7 @@ to a cloze type first, via Edit>Change Note Type.""")) name = urllib.parse.quote(fname.encode("utf8")) return '' % name else: + anki.sound.clearAudioQueue() anki.sound.play(fname) return '[sound:%s]' % fname