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:
parent
478d244a4f
commit
32b32bb881
@ -308,6 +308,8 @@ close the profile or restart Anki."""))
|
||||
##########################################################################
|
||||
|
||||
def setupSound(self):
|
||||
if isWin:
|
||||
return
|
||||
try:
|
||||
anki.sound.setupMPV()
|
||||
except FileNotFoundError:
|
||||
|
Loading…
Reference in New Issue
Block a user