1
0
Fork 0

the jason

This commit is contained in:
amy 2025-02-08 21:35:40 +03:30
parent e16d92171d
commit 3840775ac7
No known key found for this signature in database

View file

@ -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) {