mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue