diff --git a/web-src/src/components/ListAlbumsSpotify.vue b/web-src/src/components/ListAlbumsSpotify.vue index 2ce0eeaa..87b34810 100644 --- a/web-src/src/components/ListAlbumsSpotify.vue +++ b/web-src/src/components/ListAlbumsSpotify.vue @@ -4,17 +4,13 @@ class="media is-align-items-center is-clickable mb-0" @click="open(item)" > -
- -
+ :url="item.images?.[0]?.url ?? ''" + :artist="item.artist" + :album="item.name" + class="media-left is-small" + />