From 8e6d260696a5ba2bb9049efddfbd09abfb5f5e4f Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Mon, 4 May 2026 20:00:40 -0400 Subject: [PATCH] chore: fixes --- javascript/nav-music.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/nav-music.js b/javascript/nav-music.js index 7551680..1d76e63 100644 --- a/javascript/nav-music.js +++ b/javascript/nav-music.js @@ -14,7 +14,7 @@ function fisherYatesShuffle(songs) { // Load the JSON file containing music data directly from chat.veltron.net async function loadMusicData() { - const targetUrl = 'https://api.veltron.net/music'; // Directly use the target URL + const targetUrl = 'https://api.veltron.net'; // Directly use the target URL const response = await fetch(targetUrl); // Check if the request was successful