From 87778f0fa8124ac996693dacc3c4b71f9967c42f Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Feb 2026 07:19:17 -0500 Subject: [PATCH] chore: update stuff --- 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 9abb837..8918a27 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://chat.veltron.net'; // Directly use the target URL + const targetUrl = 'https://api.veltron.net/music'; // Directly use the target URL const response = await fetch(targetUrl); // Check if the request was successful