1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-10 04:07:35 +02:00

Setting missing thumbnail if sample region is not present

This commit is contained in:
Patrik J. Braun 2023-04-22 02:00:58 +02:00
parent 2aea6f4456
commit 0e9714cc0e

View File

@ -74,6 +74,7 @@ export class ThumbnailGeneratorMWs {
for (const item of persons) {
erroredItem = item;
if (!item.sampleRegion) {
item.missingThumbnail = true;
continue;
}
// load parameters