Fix Delete playlist button

This commit is contained in:
An Phan 2016-11-28 11:42:22 +07:00
parent a60f15ca3c
commit 4b96dad5a3
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -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"