chore: update stuff
This commit is contained in:
parent
f4123a2dc1
commit
62c1ccf689
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let NAV_PREV = document.getElementById("navMusicPrevious");
|
|||
// LOAD MUSIC DATA
|
||||
// ===============================
|
||||
async function loadMusicData() {
|
||||
const response = await fetch("https://frutigeraeroarchive.org/data/music.min.json");
|
||||
const response = await fetch("https://corsproxy.io/?url=https://frutigeraeroarchive.org/data/music.min.json");
|
||||
const data = await response.json();
|
||||
|
||||
const section = data.ols.find(item => item["@id"] === "frutigerAeroBliss");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue