Clean exit for mplayer

This commit is contained in:
Uriziel 2012-09-22 19:04:19 +02:00
parent 8b76114002
commit fc4578a89c

View File

@ -70,7 +70,7 @@ class MplayerProtocol(LineProcessProtocol):
print 'Up to 50 last lines from its error output below:' print 'Up to 50 last lines from its error output below:'
for line in self.error_lines: for line in self.error_lines:
print line print line
self.__syncplayClient.stop() self.__syncplayClient.stop(True)
def errLineReceived(self, line): def errLineReceived(self, line):
if line: if line: