mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Bug fix
This commit is contained in:
parent
bca0e690f6
commit
5a085e2bed
1 changed files with 1 additions and 1 deletions
|
@ -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 "Add To…" button.
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue