mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +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