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 },