Update:Playlist edit modal

This commit is contained in:
advplyr 2022-11-27 11:53:48 -06:00
parent 623a706555
commit c957e9483e
7 changed files with 149 additions and 3 deletions

View file

@ -220,6 +220,8 @@ export default {
this.$store.commit('showEditModal', entity)
} else if (this.entityName === 'collections') {
this.$store.commit('globals/setEditCollection', entity)
} else if (this.entityName === 'playlists') {
this.$store.commit('globals/setEditPlaylist', entity)
}
},
clearSelectedEntities() {