1
我正在使用Spotify應用程序進行開發,並且我有要播放的Spoftify URI跟蹤列表。有什麼辦法可以創建一個動態的臨時播放列表來重現它們嗎?創建並填充臨時播放列表Spotify應用程序
我已經試過以下和Spotify崩潰:
var myTemporaryPlaylist = new models.Playlist(); //I create a new Playlist object
myTemporaryPlaylist._collections(); //Then the "track" property appears
myTemporaryPlaylist.tracks.add(models.Track.fromURI('spotify:track:blablabla')) //being blablabla a real URI...
任何想法,我做錯了嗎?我不知道如何用我的URI軌道填充播放列表...
我正在使用1.0 API,如果有幫助的話。
非常感謝...!
工作完美!非常感謝!! – tpgalan
我總是得到這個錯誤:'Uncaught TypeError:Object function Playlist(a)... has no method'createTemporary''。不知道,爲什麼。 – Armin
您是否可能使用舊版API? (版本0.x)https://developer.spotify.com/docs/apps/api/0.1/c49e02a392.html –