mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +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:
parent
dc49c098df
commit
7444f437aa
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user