[web] Add the cover artwork of Spotify playlists in the modal dialog

This commit is contained in:
Alain Nussbaumer 2025-08-18 20:36:11 +10:00
parent 31ff67797b
commit 569e48ba7d

View File

@ -17,6 +17,7 @@ export default {
computed: { computed: {
playable() { playable() {
return { return {
image: this.item.images?.[0]?.url || '',
name: this.item.name, name: this.item.name,
properties: [ properties: [
{ key: 'property.owner', value: this.item.owner?.display_name }, { key: 'property.owner', value: this.item.owner?.display_name },