Version 1.4.1 #70

Merged
dbroqua merged 8 commits from develop into master 2022-11-02 09:57:00 +01:00
Showing only changes of commit 980586d8eb - Show all commits

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