Merge pull request #446 from ijgnd/patch-1

small fix: store return value for hook in preview
This commit is contained in:
Damien Elmes 2020-02-14 07:14:18 +10:00 committed by GitHub
commit 47a1bf8b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1737,7 +1737,7 @@ where id in %s"""
av_player.play_tags(audio)
txt = self.mw.prepare_card_text_for_display(txt)
gui_hooks.card_will_show(
txt = gui_hooks.card_will_show(
txt, c, "preview" + self._previewState.capitalize()
)
self._lastPreviewState = self._previewStateAndMod()