This commit is contained in:
An Phan 2016-01-06 21:21:41 +08:00
parent bca0e690f6
commit 5a085e2bed

View file

@ -43,7 +43,7 @@
:playlist="playlist">
</song-list>
<div v-show="!state.songs.length" class="none">
<div v-show="!playlist.songs.length" class="none">
The playlist is currently empty. You can fill it up by dragging songs into its name in the sidebar,
or use the &quot;Add To&quot; button.
</div>