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 478d244a4f
commit 32b32bb881

View File

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