-
-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Labels
Description
So basically I have a problem with the getting of tracks of playlists.
Thats what would be my solution, but there is no method to get for example the name of the first track...
spotifyApi.getPlaylist(playlistID).build().execute().getTracks().getItems()
I would think that spotifyApi.getPlaylist(playlistID).build().execute().getTracks().getItems()[0].getName()
should return the name of the first song, but there is no method with that name...