Skip to content

Commit 097b376

Browse files
committed
fix baseurl smh
1 parent d528769 commit 097b376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/music.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let songs = [];
22
let currentSong = 0;
3-
const baseUrl = "https://cdn.mcalec.dev/audio";
3+
const baseUrl = "https://cdn.mcalec.dev/audio/wav/";
44
async function loadSongs() {
55
try {
66
const response = await fetch('https://cdn.mcalec.dev/web/json/wav-songs.json');

0 commit comments

Comments
 (0)