chore: fixes
This commit is contained in:
parent
49c2009a74
commit
798d351bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ async function safeFetchJSON(url) {
|
|||
// Load music data
|
||||
// ============================
|
||||
async function loadMusicData(category = "frutigerAeroBliss") {
|
||||
const data = await safeFetchJSON("https://api.veltron.net");
|
||||
const data = await safeFetchJSON("https://api.veltron.net/music");
|
||||
|
||||
if (!data?.ols || !Array.isArray(data.ols)) {
|
||||
console.error("Invalid API structure");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue