mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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:
|
||||
mplayerCond.acquire()
|
||||
mplayerCond.wait()
|
||||
# clearing playing file if mplayer is running
|
||||
if mplayerClear and self.mplayer:
|
||||
self.mplayer.stdin.write("stop\n")
|
||||
if mplayerQueue:
|
||||
# ensure started
|
||||
if not self.mplayer:
|
||||
|
|
Loading…
Reference in a new issue