add lyrics & fix playlists
This commit is contained in:
parent
a5f73117fb
commit
09b4c9fe97
4 changed files with 82 additions and 10 deletions
|
@ -47,7 +47,7 @@
|
|||
{{getArtistName(data)}}
|
||||
</div>
|
||||
<template v-if="useArtistChip">
|
||||
<artist-chip v-for="artist in data.relationships.artists.data"
|
||||
<artist-chip v-for="artist in data.relationships.artists?.data"
|
||||
:item="artist"></artist-chip>
|
||||
</template>
|
||||
<div class="playlist-desc" v-if="(data.attributes.description && (data.attributes.description.standard || data.attributes.description.short)) || (data.attributes.editorialNotes && (data.attributes.editorialNotes.standard || data.attributes.editorialNotes.short))">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue