For now there is only method addTracksToPlaylist which takes collection of tracks. It could be useful to have method which takes collection of track ids.
I am working at the project which allows to create recommended playlists. But creating playlist is very slow because I need to retrieve every track before creating playlilst.
For now there is only method
addTracksToPlaylist
which takes collection of tracks. It could be useful to have method which takes collection of track ids.I am working at the project which allows to create recommended playlists. But creating playlist is very slow because I need to retrieve every track before creating playlilst.