credit encore 3
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
// Récupérer les extra-artists depuis leur URL
|
||||
const response = await fetch(this.state.release.resource_url);
|
||||
this.state.resource = response.json();
|
||||
this.update();
|
||||
|
||||
console.log(this.state.resource)
|
||||
}
|
||||
else if (this.props.Type === "master"){
|
||||
this.state.release = await window.getMasterDetails(id)
|
||||
|
||||
Reference in New Issue
Block a user