credit encore 5
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
// 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 = await response.json();
|
||||||
}
|
}
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user