diff --git a/src/components/cumbrainz.tsx b/src/components/cumbrainz.tsx index 16e8842..e666262 100644 --- a/src/components/cumbrainz.tsx +++ b/src/components/cumbrainz.tsx @@ -36,7 +36,7 @@ export function Cumbrainz() { const [isLoading, setIsLoading] = createSignal(true); onMount(async () => { try { - const the = await fetch("https://music.exhq.dev/") + const the = await fetch("https://api.listenbrainz.org/1/user/amyulated/playing-now") const thejson = await the.json() setMusicInfo(thejson) } catch (error) {