credit encore 3

This commit is contained in:
Patrick
2025-04-02 22:02:07 +02:00
parent 6e795b8480
commit 39e6049fc7

View File

@@ -55,7 +55,8 @@
// Récupérer les extra-artists depuis leur URL // Récupérer les extra-artists depuis leur URL
const response = await fetch(this.state.release.resource_url); const response = await fetch(this.state.release.resource_url);
this.state.resource = response.json(); this.state.resource = response.json();
this.update();
console.log(this.state.resource)
} }
else if (this.props.Type === "master"){ else if (this.props.Type === "master"){
this.state.release = await window.getMasterDetails(id) this.state.release = await window.getMasterDetails(id)