chore: update stuff
This commit is contained in:
parent
62ef2db5fa
commit
f4123a2dc1
1 changed files with 1 additions and 2 deletions
|
|
@ -23,10 +23,9 @@ async function loadMusicData() {
|
|||
const section = data.ols.find(item => item["@id"] === "frutigerAeroBliss");
|
||||
if (!section) return [];
|
||||
|
||||
// KEEP JSON ORDER EXACTLY
|
||||
return section.li.map(item => ({
|
||||
title: item.a.title,
|
||||
url: item.a["@data-src-mp3"],
|
||||
url: "https://frutigeraeroarchive.org/music" + item.a["@data-src-mp3"],
|
||||
background: item.a["@data-background"] || "",
|
||||
artist: item.a["@data-artist"] || "",
|
||||
spotify: item.a["@data-spotify"] || "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue