Spotify App API: Add as playlist

隐身守侯 提交于 2019-12-07 18:39:50

问题


I'm creating a play list dynamically with m.Playlist() and then adds tracks with the .add() function. But it doesn't seems to work to add those play lists to the toolbar with the "+ Add as playlist" button and sp.core.library.addPlaylist($(this).val());.

Do you guys have any clue how to save the playlists?


回答1:


Just create another playlist but with a name m.Playlist("My Playlist") and add the specific tracks. The playlist should then appear on the left.



来源:https://stackoverflow.com/questions/8522652/spotify-app-api-add-as-playlist

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!