mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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)
|
stdout=devnull, stderr=devnull)
|
||||||
except OSError:
|
except OSError:
|
||||||
mplayerEvt.clear()
|
mplayerEvt.clear()
|
||||||
raise Exception("Audio player not found")
|
raise Exception("Did you install mplayer?")
|
||||||
|
|
||||||
def queueMplayer(path):
|
def queueMplayer(path):
|
||||||
ensureMplayerThreads()
|
ensureMplayerThreads()
|
||||||
|
|
Loading…
Reference in a new issue