remove playlist description from playlist model

This commit is contained in:
geoffrey45
2022-08-19 23:40:26 +03:00
parent 79dcc61084
commit 0e02347381
8 changed files with 65 additions and 61 deletions
+2
View File
@@ -33,7 +33,9 @@ export default defineStore("playlist-tracks", {
* @param info Playlist info
*/
updatePInfo(info: Playlist) {
const duration = this.info.duration;
this.info = info;
this.info.duration = duration;
},
resetArtists() {
this.artists = [];