Update:Matching authors uses the ASIN if set #572, Fix:Purge author image cache when updating author

This commit is contained in:
advplyr 2022-05-13 18:11:54 -05:00
parent eaa383b6d8
commit f78d287b59
7 changed files with 43 additions and 79 deletions

View file

@ -37,7 +37,7 @@ class Author {
imagePath: this.imagePath,
relImagePath: this.relImagePath,
addedAt: this.addedAt,
lastUpdate: this.updatedAt
updatedAt: this.updatedAt
}
}