Clean exit for mplayer
This commit is contained in:
parent
8b76114002
commit
fc4578a89c
@ -70,7 +70,7 @@ class MplayerProtocol(LineProcessProtocol):
|
||||
print 'Up to 50 last lines from its error output below:'
|
||||
for line in self.error_lines:
|
||||
print line
|
||||
self.__syncplayClient.stop()
|
||||
self.__syncplayClient.stop(True)
|
||||
|
||||
def errLineReceived(self, line):
|
||||
if line:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user