mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix dialog not closing
This commit is contained in:
@@ -48,6 +48,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
open_tracks() {
|
open_tracks() {
|
||||||
|
this.$emit('close')
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'music-composer-tracks',
|
name: 'music-composer-tracks',
|
||||||
params: { name: this.item.name }
|
params: { name: this.item.name }
|
||||||
|
|||||||
Reference in New Issue
Block a user