mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix crash in video player seek.
This commit is contained in:
parent
be495c17bc
commit
c655bf852f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue