add album songs to albumView

This commit is contained in:
geoffrey45
2021-12-27 23:20:19 +03:00
parent ff6a4e34b5
commit 2f14b5a6de
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
<tr
v-for="song in songs"
:key="song"
@click="updateQueue(song), playAudio(song.filepath)"
:class="{ current: current._id.$oid == song._id.$oid }"
>
<td :style="{ width: songTitleWidth + 'px' }" class="flex">
<td :style="{ width: songTitleWidth + 'px' }" class="flex" @click="updateQueue(song), playAudio(song.filepath)">
<div
class="album-art rounded image"
:style="{