mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05: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
0487620ce2
commit
dc1a999991
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