don't try to use mpv on Windows

some users had mpv lying around from previous installs, and the Windows
implementation seems to hang with the idle hook introduced in the
previous build
This commit is contained in:
Damien Elmes 2018-05-10 14:50:23 +10:00
parent 0487620ce2
commit dc1a999991

View file

@ -308,6 +308,8 @@ close the profile or restart Anki."""))
##########################################################################
def setupSound(self):
if isWin:
return
try:
anki.sound.setupMPV()
except FileNotFoundError: