fix formatting

This commit is contained in:
Damien Elmes 2020-08-21 11:45:14 +10:00
parent e346533b7a
commit b47654fed7

View file

@ -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")