chore: update stuff

This commit is contained in:
MattTheTekie 2026-02-27 17:15:48 -05:00
commit 62c1ccf689

View file

@ -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");