mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
quote loadfile cmd
This commit is contained in:
parent
4971069856
commit
c3833a6a10
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class MplayerMonitor(threading.Thread):
|
||||||
extra = ""
|
extra = ""
|
||||||
else:
|
else:
|
||||||
extra = " 1"
|
extra = " 1"
|
||||||
cmd = "loadfile %s%s\n" % (item, extra)
|
cmd = 'loadfile "%s"%s\n' % (item, extra)
|
||||||
self.mplayer.stdin.write(cmd)
|
self.mplayer.stdin.write(cmd)
|
||||||
mplayerCond.release()
|
mplayerCond.release()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue