Fix album title

old-stable24
Varun Patil 2022-10-27 00:18:29 -07:00
parent 4dacf17833
commit e4e2b051ea
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default class AlbumTopMatter extends Mixins(GlobalMixin, UserConfig) {
} }
createMatter() { createMatter() {
this.name = this.$route.params.id || this.t('memories', 'Albums'); this.name = this.$route.params.name || this.t('memories', 'Albums');
} }
back() { back() {