don't stop audio playing on clear

This commit is contained in:
Damien Elmes 2011-01-03 13:01:05 +09:00
parent a4df210667
commit 5a9c75dfe4

View file

@ -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: