Added bin selection function.

This commit is contained in:
2022-04-23 01:11:01 -05:00
parent 193ff9703e
commit aa8c43044a
5 changed files with 81 additions and 43 deletions

View File

@@ -182,6 +182,7 @@
playlist.add("./assets/audio/XXI.mp3", "XXI", "QR");
playlist.add("./assets/audio/moments.mp3", "Moments", "Lost Identities x Robbie Rosen");
playlist.add("./assets/audio/pathetique.mp3", "Pathetique", "Cryvera (Beethoven Remix)");
const playlistDisp = playlist.generatePlaylistElement();
document.getElementById("playlist-display").appendChild(playlistDisp);