edit playlist name added
This commit is contained in:
parent
17e24d4e4f
commit
153370c32d
3 changed files with 29 additions and 2 deletions
|
@ -454,6 +454,7 @@ const app = new Vue({
|
|||
})
|
||||
},
|
||||
async editPlaylist(id, name = "New Playlist") {
|
||||
let self = this
|
||||
await app.mk.api.library.editPlaylist(id, {name: name}).then(res => {
|
||||
self.refreshPlaylists()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue