Skip to content

Commit

Permalink
fix da fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-li committed Dec 23, 2024
1 parent 4922266 commit 57c88db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/jukebox.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if (response.status === 200) {
document.getElementById("jukebox").innerHTML = data;
} else {
document.getElementById("jukebox").innerHTML = data;
document.getElementById("jukebox").innerHTML = "<p> nothing at the moment... </p>";
}
}
getCurrentSong();
Expand Down

0 comments on commit 57c88db

Please sign in to comment.