diff --git a/src/core/player.cpp b/src/core/player.cpp index 179d54afe..d61e8f300 100644 --- a/src/core/player.cpp +++ b/src/core/player.cpp @@ -260,9 +260,6 @@ void Player::PlayPause() { } void Player::Stop() { - if (engine_->position() != engine_->length()) { - emit TrackSkipped(current_item_); - } engine_->Stop(); playlists_->active()->set_current_row(-1); current_item_.reset();