Version 1.4.3 #83
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@ if ( typeof item !== 'undefined' ) {
|
|||
.then( (res) => {
|
||||
showToastr("Mise à jour réalisée avec succès", true);
|
||||
this.item = res.data;
|
||||
|
||||
this.setTrackList();
|
||||
this.setIdentifiers();
|
||||
this.showLessIdentifiers();
|
||||
})
|
||||
.catch((err) => {
|
||||
showToastr(err.response?.data?.message || "Impossible de mettre à jour cet album", false);
|
||||
|
|
Loading…
Reference in a new issue