Fix album title
parent
4dacf17833
commit
e4e2b051ea
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue