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

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

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: {