1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

fixing thumbnail error

This commit is contained in:
Patrik J. Braun 2019-12-27 09:46:20 +01:00
parent a091e7d8b3
commit db6691fc89

View File

@ -63,9 +63,8 @@ export class PhotoProcessing {
// check if thumbnail already exist
try {
await fsp.access(thPath, fsConstants.R_OK);
return null;
return thPath;
} catch (e) {
}