[web] Fix translation for genre page. Alignment of logic between artist, composer, and genre pages when navigating to albums or tracks.

This commit is contained in:
Alain Nussbaumer
2022-06-04 16:40:21 +02:00
committed by chme
parent bb294710e6
commit afb897aa47
9 changed files with 26 additions and 40 deletions

View File

@@ -61,7 +61,7 @@ export default {
open_composer: function (composer) {
this.selected_composer = composer
this.$router.push({
name: 'ComposerTracks',
name: 'ComposerAlbums',
params: { composer: composer.name }
})
},