mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Fix song removal from playlist
This commit is contained in:
parent
e1b68cc53f
commit
9dbf32967b
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ export default {
|
|||
sortable: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
playlist: {
|
||||
type: Object
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue