mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
clear audio queue when showing answer
fixes question audio playing again on answer
This commit is contained in:
parent
6b479fc839
commit
c13b19820b
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ The front of this card is empty. Please run Tools>Empty Cards.""")
|
|||
c = self.card
|
||||
a = c.a()
|
||||
# play audio?
|
||||
clearAudioQueue()
|
||||
if self.autoplay(c):
|
||||
playFromText(a)
|
||||
a = self._mungeQA(a)
|
||||
|
|
Loading…
Reference in a new issue