1
0
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:
kiselev-dv 2015-05-19 09:56:12 +05:00
parent 864d4162d3
commit 5cd39a74b5

View File

@ -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();
}