2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Fix crash in video player seek.

This commit is contained in:
John Preston
2019-03-13 16:28:07 +04:00
parent be495c17bc
commit c655bf852f

View File

@@ -603,6 +603,7 @@ void Player::stop() {
invalidate_weak_ptrs(&_sessionGuard);
_pausedByUser = _pausedByWaitingForData = _paused = false;
_renderFrameTimer.cancel();
_nextFrameTime = kTimeUnknown;
_audioFinished = false;
_videoFinished = false;
_pauseReading = false;