client: fix play when nothin' was playin'

This commit is contained in:
geoffrey45
2021-12-24 13:33:38 +03:00
parent 757d6cbe5a
commit ff0381122e
4 changed files with 68 additions and 13 deletions
+3 -2
View File
@@ -31,9 +31,9 @@
}"
></div>
<div class="tags">
<p class="title">{{ song.title }}</p>
<p class="title ellip">{{ song.title }}</p>
<hr />
<p class="artist">
<p class="artist ellip">
<span v-for="artist in putCommas(song.artists)" :key="artist">{{
artist
}}</span>
@@ -191,6 +191,7 @@ export default {
}
.up-next .all-items .song-item .artist {
width: 20rem;
font-size: small;
color: rgba(255, 255, 255, 0.637);
}