mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 08:44:40 +02:00
Update:Playlist edit modal
This commit is contained in:
parent
623a706555
commit
c957e9483e
7 changed files with 149 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue