mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
Show delete button on Playlist
This commit is contained in:
parent
3bd6f574fd
commit
08b37d532d
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ export default {
|
|||
return {
|
||||
playlist: playlistStore.stub,
|
||||
sharedState: sharedStore.state,
|
||||
songListControlConfig: {
|
||||
deletePlaylist: true,
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue