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);
|
<< 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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user