You've already forked pigallery2
							
							
				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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user