chore: update stuff
This commit is contained in:
parent
cb3308fb7f
commit
87778f0fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue