credit encore 2

This commit is contained in:
Patrick
2025-04-02 21:58:37 +02:00
parent 07b6629d10
commit 6e795b8480

View File

@@ -53,7 +53,7 @@
this.state.release = await window.getReleaseDetails(id);
// Récupérer les extra-artists depuis leur URL
const response = await fetch(artist.resource_url);
const response = await fetch(this.state.release.resource_url);
this.state.resource = response.json();
this.update();
}