Skip to content

getting playlist's tracks #216

@oleggtro

Description

@oleggtro

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions