From 3840775ac797d73db5d1ba4672bf8e1e579b6d6a Mon Sep 17 00:00:00 2001 From: amy Date: Sat, 8 Feb 2025 21:35:40 +0330 Subject: [PATCH] the jason --- src/components/cumbrainz.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {