chore: update stuff

This commit is contained in:
MattTheTekie 2026-02-27 17:51:45 -05:00
commit fc3f16b200

View file

@ -49,7 +49,7 @@ function sanitizeAudioUrl(raw) {
// ===============================
async function loadMusicData() {
const response = await fetch(
"http://scale.int.veltron.net:3000/proxy"
"http://chat.veltron.net"
);
const data = await response.json();