diff --git a/src/components/common/SongItem.vue b/src/components/common/SongItem.vue index 7bbf3d6..656ebf6 100644 --- a/src/components/common/SongItem.vue +++ b/src/components/common/SongItem.vue @@ -10,7 +10,12 @@ {{ item.song.name }}
- {{ item.song.artists[0].name }} + + {{ artists.name }}{{ index < item.song.artists.length - 1 ? ' / ' : '' }} +