🔷 add Update playlist modal

This commit is contained in:
geoffrey45
2022-04-08 06:46:45 +03:00
parent 0e946974a3
commit 657daa389f
5 changed files with 312 additions and 18 deletions
+3
View File
@@ -13,5 +13,8 @@ export default defineStore("playlist-tracks", {
this.info = playlist.info;
this.tracks = playlist.tracks;
},
updatePInfo(info: Playlist) {
this.info = info;
},
},
});