mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-20 05:58:56 -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
|
||||
},
|
||||
{
|
||||
handler: this.openAlbumArtist,
|
||||
handler: this.openArtist,
|
||||
key: 'property.album-artist',
|
||||
value: this.item.album_artist
|
||||
},
|
||||
@ -122,7 +122,7 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
openAlbumArtist() {
|
||||
openArtist() {
|
||||
this.$emit('close')
|
||||
if (this.item.data_kind === 'spotify') {
|
||||
this.$router.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user