Workaround to spotify loading playlist issue (#5593)

This commit is contained in:
Bigard Florian 2017-01-12 19:00:32 +01:00 committed by John Maguire
parent 1a477201ed
commit 3485bbe438

View File

@ -433,8 +433,8 @@ void SpotifyClient::SendPlaylistList() {
<< sp_playlist_name(playlist); << sp_playlist_name(playlist);
if (!is_loaded) { if (!is_loaded) {
qLog(Info) << "Playlist is not loaded yet, waiting..."; qLog(Info) << "Playlist is not loaded yet, jump to the next one...";
return; continue;
} }
if (type != SP_PLAYLIST_TYPE_PLAYLIST) { if (type != SP_PLAYLIST_TYPE_PLAYLIST) {