1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-05 14:28:40 +01:00

Fix MPRIS pause behaviour.

Update issue 374
Pause/unpause should be fixed now.
This commit is contained in:
John Maguire 2010-06-08 16:00:09 +00:00
parent f03449dd00
commit 2830ee1a62

View File

@ -449,7 +449,7 @@ void Player::Pause() {
engine_->Pause();
break;
case Engine::Paused:
engine_->Pause();
engine_->Unpause();
break;
default:
return;