mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 03:14:28 +00:00
Fix possible crash in failed media resume.
This commit is contained in:
@@ -811,7 +811,7 @@ bool Player::buffering() const {
|
||||
}
|
||||
|
||||
bool Player::paused() const {
|
||||
return _pausedByUser;
|
||||
return _pausedByUser && active();
|
||||
}
|
||||
|
||||
bool Player::finished() const {
|
||||
|
||||
Reference in New Issue
Block a user