mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[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:
@@ -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 }
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user