[web] Streamline the modal dialogs

This commit is contained in:
Alain Nussbaumer 2025-06-09 14:07:38 +02:00
parent 0cfd753770
commit ce59d36a96
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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({