Fixed mplayer/mpv pausing on the init

This commit is contained in:
Uriziel 2014-03-30 21:48:11 +02:00
parent 661d3926df
commit 0c7b26a2b6

View File

@ -56,8 +56,6 @@ class MplayerPlayer(BasePlayer):
self._client.updateFile(self._filename, self._duration, self._filepath)
def _preparePlayer(self):
self.setPaused(self._client.getGlobalPaused())
self.setPosition(self._client.getGlobalPosition())
self.reactor.callFromThread(self._client.initPlayer, (self),)
self._onFileUpdate()