fix(front): inline artist credit list

This commit is contained in:
ArneBo 2025-03-25 04:23:01 +01:00
parent f502cd25eb
commit 0408668a4a
1 changed files with 13 additions and 12 deletions

View File

@ -49,7 +49,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original
:album="album" :album="album"
/> />
</template> </template>
<Layout flex>
<template <template
v-for="ac in album.artist_credit" v-for="ac in album.artist_credit"
:key="ac.artist.id" :key="ac.artist.id"
@ -62,6 +62,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original
</Link> </Link>
<span>{{ ac.joinphrase }}</span> <span>{{ ac.joinphrase }}</span>
</template> </template>
</Layout>
<template #footer> <template #footer>
<span v-if="album.release_date"> <span v-if="album.release_date">