mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
include question in answer audio replay; don't play same audio twice
This commit is contained in:
parent
3172d8faa4
commit
027aad43aa
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class Reviewer(object):
|
|||
if self.state == "question":
|
||||
playFromText(c.q())
|
||||
elif self.state == "answer":
|
||||
playFromText(c.a())
|
||||
playFromText(c.q() + c.a())
|
||||
|
||||
# Initializing the webview
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue