Fixed clean mplayer quit

This commit is contained in:
Uriziel 2012-09-23 17:13:12 +02:00
parent 46bef32416
commit 5116e275f8

View File

@ -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(True)
self.__syncplayClient.stop(False)
def errLineReceived(self, line):
if line: