We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d528769 commit 097b376Copy full SHA for 097b376
1 file changed
public/js/music.js
@@ -1,6 +1,6 @@
1
let songs = [];
2
let currentSong = 0;
3
-const baseUrl = "https://cdn.mcalec.dev/audio";
+const baseUrl = "https://cdn.mcalec.dev/audio/wav/";
4
async function loadSongs() {
5
try {
6
const response = await fetch('https://cdn.mcalec.dev/web/json/wav-songs.json');
0 commit comments