1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-10-30 23:57:43 +02:00

Add a bit more logging to the albumcover fill: #1052

This commit is contained in:
Patrik J. Braun
2025-10-28 21:10:55 +01:00
parent 3cf67815c2
commit 1e3cb77189

View File

@@ -69,6 +69,7 @@ export class AlbumCoverFillingJob extends Job {
await ObjectManagers.getInstance().CoverManager.getPartialDirsWithoutCovers();
// double check if there is really no more
if (this.directoryToSetCover.length > 0) {
this.Progress.log(`Loaded ${this.directoryToSetCover.length} more directories to create cover for`);
return true; // continue
}
this.Progress.Left = 0;