mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-20 14:01:17 -04:00
[web] Streamline the modal dialogs
This commit is contained in:
parent
0cfd753770
commit
ce59d36a96
File diff suppressed because one or more lines are too long
@ -49,7 +49,7 @@ export default {
|
|||||||
value: this.item.album
|
value: this.item.album
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
handler: this.openAlbumArtist,
|
handler: this.openArtist,
|
||||||
key: 'property.album-artist',
|
key: 'property.album-artist',
|
||||||
value: this.item.album_artist
|
value: this.item.album_artist
|
||||||
},
|
},
|
||||||
@ -122,7 +122,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openAlbumArtist() {
|
openArtist() {
|
||||||
this.$emit('close')
|
this.$emit('close')
|
||||||
if (this.item.data_kind === 'spotify') {
|
if (this.item.data_kind === 'spotify') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user