1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 20:06:53 +01:00

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);
if (!is_loaded) {
qLog(Info) << "Playlist is not loaded yet, waiting...";
return;
qLog(Info) << "Playlist is not loaded yet, jump to the next one...";
continue;
}
if (type != SP_PLAYLIST_TYPE_PLAYLIST) {