the jason
This commit is contained in:
parent
e16d92171d
commit
3840775ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue