thisday: fix repeat bug

old-stable24
Varun Patil 2022-10-19 10:46:29 -07:00
parent 89bda46890
commit fe21932284
1 changed files with 2 additions and 0 deletions

View File

@ -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) {