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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user