chore: update stuff
This commit is contained in:
parent
62c1ccf689
commit
35fd2e36ae
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ async function loadMusicData() {
|
||||||
|
|
||||||
return section.li.map(item => ({
|
return section.li.map(item => ({
|
||||||
title: item.a.title,
|
title: item.a.title,
|
||||||
url: "https://frutigeraeroarchive.org/music" + item.a["@data-src-mp3"],
|
url: "https://frutigeraeroarchive.org/music/" + item.a["@data-src-mp3"],
|
||||||
background: item.a["@data-background"] || "",
|
background: item.a["@data-background"] || "",
|
||||||
artist: item.a["@data-artist"] || "",
|
artist: item.a["@data-artist"] || "",
|
||||||
spotify: item.a["@data-spotify"] || "",
|
spotify: item.a["@data-spotify"] || "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue