FelixGail / gplaymusic

A Google Play Music API in Java
MIT License
54 stars 15 forks source link

Add tracks to playlist by track ids #26

Closed vadimshilov closed 6 years ago

vadimshilov commented 6 years ago

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.

FelixGail commented 6 years ago

This feature is available in the 0.3.2-SNAPSHOT version

FelixGail commented 6 years ago

This feature was merged into master and is available with version 0.3.5