From 569e48ba7d4798981cd0092b92cd98ffe2d5c9e2 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Mon, 18 Aug 2025 20:36:11 +1000 Subject: [PATCH] [web] Add the cover artwork of Spotify playlists in the modal dialog --- web-src/src/components/ModalDialogPlaylistSpotify.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web-src/src/components/ModalDialogPlaylistSpotify.vue b/web-src/src/components/ModalDialogPlaylistSpotify.vue index 3292a7c2..710f3f14 100644 --- a/web-src/src/components/ModalDialogPlaylistSpotify.vue +++ b/web-src/src/components/ModalDialogPlaylistSpotify.vue @@ -17,6 +17,7 @@ export default { computed: { playable() { return { + image: this.item.images?.[0]?.url || '', name: this.item.name, properties: [ { key: 'property.owner', value: this.item.owner?.display_name },