mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix play icons not appearing in browser preview when autoplay off
This commit is contained in:
parent
aad491dbb9
commit
d9923b12ba
1 changed files with 1 additions and 1 deletions
|
@ -1776,7 +1776,7 @@ where id in %s"""
|
|||
else:
|
||||
av_player.maybe_interrupt()
|
||||
|
||||
txt = self.mw.prepare_card_text_for_display(txt)
|
||||
txt = self.mw.prepare_card_text_for_display(txt)
|
||||
txt = gui_hooks.card_will_show(
|
||||
txt, c, "preview" + self._previewState.capitalize()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue