This commit is contained in:
exttex
2021-02-07 15:20:15 +01:00
parent babaa68d91
commit 025569bbb7
35 changed files with 320 additions and 59 deletions

View File

@ -49,7 +49,7 @@
</div>
</v-card>
<h1 class='mt-2'>Tracks</h1>
<h1 class='mt-2'>{{$t("Tracks")}}</h1>
<v-list avatar v-if='album.tracks.length > 0'>
<div v-for='(track, index) in album.tracks' :key='track.id'>