credit encore 5

This commit is contained in:
Patrick
2025-04-02 22:11:08 +02:00
parent 9bce4cd2ea
commit 3dba3e3e71

View File

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