Show delete button on Playlist

This commit is contained in:
An Phan 2016-11-18 14:32:18 +08:00
parent 3bd6f574fd
commit 08b37d532d
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -55,6 +55,9 @@ export default {
return {
playlist: playlistStore.stub,
sharedState: sharedStore.state,
songListControlConfig: {
deletePlaylist: true,
},
};
},