Fade out tracks properly when changing between two URLs that have registered URL handlers (like spotify and grooveshark).

This commit is contained in:
David Sansome 2011-11-27 16:35:36 +00:00
parent dc49c098df
commit 7444f437aa
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void Player::HandleLoadResult(const UrlHandler::LoadResult& result) {
<< "said no more tracks";
loading_async_ = QUrl();
NextItem(Engine::Auto);
NextItem(stream_change_type_);
break;
case UrlHandler::LoadResult::TrackAvailable: {