mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
remove playlist description from playlist model
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user