thisday: fix repeat bug
parent
fcd8c4c388
commit
40ab7cbf2b
|
@ -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