1
0
Fork 0

Compare commits

...

1 commit

Author SHA1 Message Date
amy
6faefbd27d
the jason
Some checks failed
Build / Build (push) Successful in 2m1s
Build / Deploy (push) Failing after 1m13s
2025-02-08 21:33:03 +03:30

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