diff --git a/src/components/top-matter/OnThisDay.vue b/src/components/top-matter/OnThisDay.vue index 389ee3b4..54fbb6cc 100644 --- a/src/components/top-matter/OnThisDay.vue +++ b/src/components/top-matter/OnThisDay.vue @@ -110,6 +110,8 @@ export default class OnThisDay extends Mixins(GlobalMixin) { } async process(photos: IPhoto[]) { + this.years = []; + let currentYear = 9999; for (const photo of photos) {