mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
don't stop audio playing on clear
This commit is contained in:
parent
a4df210667
commit
5a9c75dfe4
1 changed files with 0 additions and 3 deletions
|
@ -147,9 +147,6 @@ class MplayerMonitor(threading.Thread):
|
||||||
while 1:
|
while 1:
|
||||||
mplayerCond.acquire()
|
mplayerCond.acquire()
|
||||||
mplayerCond.wait()
|
mplayerCond.wait()
|
||||||
# clearing playing file if mplayer is running
|
|
||||||
if mplayerClear and self.mplayer:
|
|
||||||
self.mplayer.stdin.write("stop\n")
|
|
||||||
if mplayerQueue:
|
if mplayerQueue:
|
||||||
# ensure started
|
# ensure started
|
||||||
if not self.mplayer:
|
if not self.mplayer:
|
||||||
|
|
Loading…
Reference in a new issue