mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
fix playlist grey page
This commit is contained in:
parent
3426100baf
commit
937e2e5a5c
@ -149,7 +149,7 @@ class PlaylistQueries {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
return spotify.playlists.getTracksByPlaylistId(playlistId).all().then(
|
return spotify.playlists.getTracksByPlaylistId(playlistId).all().then(
|
||||||
(value) => value.toList(),
|
(value) => value.where((track) => track.id != null).toList(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user