Fix song removal from playlist

This commit is contained in:
Phan An 2017-12-03 18:00:32 +01:00
parent e1b68cc53f
commit 9dbf32967b

View file

@ -75,6 +75,9 @@ export default {
sortable: {
type: Boolean,
default: true
},
playlist: {
type: Object
}
},