A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: auto buffer first webamp playlist item

+4
+4
src/themes/webamp/index.js
··· 99 99 $playlist.value = playlist; 100 100 101 101 tracksToAdd.forEach((t) => ampElement.addTrack(t)); 102 + 103 + if (lengthLastPlaylist === 0 && playlist.length) { 104 + amp.store.dispatch({ type: "BUFFER_TRACK", id: 0 }); 105 + } 102 106 }); 103 107 104 108 /**