mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Fix Delete playlist button
This commit is contained in:
parent
a60f15ca3c
commit
4b96dad5a3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</span>
|
||||
|
||||
<song-list-controls
|
||||
v-show="playlist.songs.length && (!isPhone || showingControls)"
|
||||
v-show="!isPhone || showingControls"
|
||||
@shuffleAll="shuffleAll"
|
||||
@shuffleSelected="shuffleSelected"
|
||||
@deletePlaylist="confirmDelete"
|
||||
|
|
Loading…
Reference in a new issue