mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
clearer message when mplayer missing
This commit is contained in:
parent
8f67fc543b
commit
89eea5f964
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class MplayerMonitor(threading.Thread):
|
|||
stdout=devnull, stderr=devnull)
|
||||
except OSError:
|
||||
mplayerEvt.clear()
|
||||
raise Exception("Audio player not found")
|
||||
raise Exception("Did you install mplayer?")
|
||||
|
||||
def queueMplayer(path):
|
||||
ensureMplayerThreads()
|
||||
|
|
Loading…
Reference in a new issue