mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Add the cover artwork of Spotify playlists in the modal dialog
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user