Added this for my personal purpose:
I had a playlist maintained for 3+ years with 500+ tracks and wanted to create playlist for each year.
Added TimeAdd to ITrack to get when the track was added to the playlist
Created two entries : Deezer.User.Current.CreatePlaylist(title) which returns the id of the created playlist, and _deezer.User.Current.AddToPlaylist(playlistId, commaSeparatedSongIds);
34
Added this for my personal purpose: I had a playlist maintained for 3+ years with 500+ tracks and wanted to create playlist for each year.
Deezer.User.Current.CreatePlaylist(title)
which returns the id of the created playlist, and_deezer.User.Current.AddToPlaylist(playlistId, commaSeparatedSongIds);