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:
parent
1a477201ed
commit
3485bbe438
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user