thisday: fix repeat bug
parent
89bda46890
commit
fe21932284
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue