Correction mineure sur le refresh d'un album

This commit is contained in:
Damien Broqua 2022-10-28 22:45:38 +02:00
parent 8f9e902587
commit 980586d8eb

View File

@ -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);