chore: fixes

This commit is contained in:
MattTheTekie 2026-05-04 20:00:40 -04:00
commit 8e6d260696

View file

@ -14,7 +14,7 @@ function fisherYatesShuffle(songs) {
// Load the JSON file containing music data directly from chat.veltron.net // Load the JSON file containing music data directly from chat.veltron.net
async function loadMusicData() { 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); const response = await fetch(targetUrl);
// Check if the request was successful // Check if the request was successful