mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
[web] Fix for issue preventing the page of composer albums from being displayed
This commit is contained in:
parent
a3942aad81
commit
6ae8c4c6bd
@ -153,7 +153,7 @@ export default {
|
|||||||
open_albums() {
|
open_albums() {
|
||||||
this.show_details_modal = false
|
this.show_details_modal = false
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'music-composer-album',
|
name: 'music-composer-albums',
|
||||||
params: { name: this.composer.name }
|
params: { name: this.composer.name }
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user