Playlist Art, Minor Fixes

This commit is contained in:
Shiny Nematoda 2022-05-29 14:18:37 -05:00
parent abcd8eb7b5
commit a88c9081f1
8 changed files with 60 additions and 18 deletions

View file

@ -71,6 +71,7 @@ onMounted(() => {
<template v-for="i in list">
<AlbumItem
:name="i.name"
:author="'Songs • ' + i.urls.length"
:grad="useRand()"
@open-album="Play(i.name)" />
</template>