mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 01:59:24 +01:00
Merge pull request #4867 from TheUbuntuGuy/master
Fix playlist not deselecting playing track when stopping
This commit is contained in:
commit
ad40116b5b
@ -292,6 +292,7 @@ void Player::RestartOrPrevious() {
|
||||
|
||||
void Player::Stop(bool stop_after) {
|
||||
engine_->Stop(stop_after);
|
||||
app_->playlist_manager()->active()->set_current_row(-1);
|
||||
current_item_.reset();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user