[web] Fix for issue preventing the page of composer albums from being displayed

This commit is contained in:
Alain Nussbaumer 2023-07-26 08:03:44 +02:00
parent a3942aad81
commit 6ae8c4c6bd

View File

@ -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 }
}) })
}, },