mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Display a message if no song is playing
This commit is contained in:
parent
515988ad91
commit
1dea2d87c6
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="none" v-else>
|
||||
No song is playing.
|
||||
</p>
|
||||
<footer>
|
||||
<a class="favorite" @click.prevent="toggleFavorite">
|
||||
<i class="fa fa-heart yep" v-if="song && song.liked"></i>
|
||||
|
|
Loading…
Reference in a new issue