diff --git a/src/components/top-matter/AlbumTopMatter.vue b/src/components/top-matter/AlbumTopMatter.vue index bae889a3..cbbbb278 100644 --- a/src/components/top-matter/AlbumTopMatter.vue +++ b/src/components/top-matter/AlbumTopMatter.vue @@ -77,7 +77,7 @@ export default class AlbumTopMatter extends Mixins(GlobalMixin, UserConfig) { } createMatter() { - this.name = this.$route.params.id || this.t('memories', 'Albums'); + this.name = this.$route.params.name || this.t('memories', 'Albums'); } back() {