From b47654fed78a81454dc9a409c25f648fb9d9aa66 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Aug 2020 11:45:14 +1000 Subject: [PATCH] fix formatting --- qt/aqt/sound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")