mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 10:24:19 +01:00
Fix next song autoselection
This commit is contained in:
parent
864d4162d3
commit
5cd39a74b5
@ -292,7 +292,7 @@ void Player::RestartOrPrevious() {
|
||||
|
||||
void Player::Stop(bool stop_after) {
|
||||
engine_->Stop(stop_after);
|
||||
app_->playlist_manager()->active()->set_current_row(-1);
|
||||
//app_->playlist_manager()->active()->set_current_row(-1);
|
||||
current_item_.reset();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user