mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-30 00:05:05 -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: {
|
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 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user