mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 01:59:24 +01:00
Fix playlist not deselecting playing track when stopping
Regression from #4866
This commit is contained in:
parent
030b7e3620
commit
7a3830335f
@ -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