diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index 6bde715a1..fd0f9a130 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -338,7 +338,7 @@ class MpvManager(MPV, SoundOrVideoPlayer): # if mpv dies and is restarted, tell Anki the # current file is done self.on_end_file() - + try: self.command("keybind", "q", "stop") self.command("keybind", "Q", "stop")