mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix audio being included in FrontSide
This commit is contained in:
parent
9e56720c2b
commit
b277849db1
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class TemplateRenderContext:
|
||||||
qtext = apply_custom_filters(partial.qnodes, self, front_side=None)
|
qtext = apply_custom_filters(partial.qnodes, self, front_side=None)
|
||||||
qout = self.col().backend.extract_av_tags(text=qtext, question_side=True)
|
qout = self.col().backend.extract_av_tags(text=qtext, question_side=True)
|
||||||
|
|
||||||
atext = apply_custom_filters(partial.anodes, self, front_side=qtext)
|
atext = apply_custom_filters(partial.anodes, self, front_side=qout.text)
|
||||||
aout = self.col().backend.extract_av_tags(text=atext, question_side=False)
|
aout = self.col().backend.extract_av_tags(text=atext, question_side=False)
|
||||||
|
|
||||||
output = TemplateRenderOutput(
|
output = TemplateRenderOutput(
|
||||||
|
|
Loading…
Reference in a new issue