mirror of https://github.com/Syncplay/syncplay
Fixed mplayer usage error to actually show standard error.
This commit is contained in:
parent
b6f755785f
commit
6a191f8e24
|
@ -190,8 +190,7 @@ class MplayerPlayer(BasePlayer):
|
|||
return path
|
||||
|
||||
def notMplayer2(self):
|
||||
print getMessage("mplayer2-required")
|
||||
self._listener.sendLine('quit')
|
||||
self.reactor.callFromThread(self._client.ui.showErrorMessage, getMessage("mplayer2-required"), True)
|
||||
self.drop()
|
||||
|
||||
def _takeLocksDown(self):
|
||||
|
|
Loading…
Reference in New Issue