1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

Crossfade magnatune streams properly

This commit is contained in:
David Sansome 2010-06-12 20:22:58 +00:00
parent dd36835b49
commit 083eb716a7

View File

@ -309,6 +309,7 @@ void Player::PlayAt(int index, Engine::TrackChangeType change, bool reshuffle) {
if (current_item_->Url() == loading_async_)
return;
stream_change_type_ = change;
HandleSpecialLoad(current_item_->StartLoading());
}
else {