mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 07:45:04 -04:00
[web] Add the cover artwork of Spotify playlists in the modal dialog
This commit is contained in:
parent
31ff67797b
commit
569e48ba7d
@ -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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user