diff --git a/src/VideoFiles/Update/video-files-update.service.ts b/src/VideoFiles/Update/video-files-update.service.ts index 0cc946e..ee0b49f 100644 --- a/src/VideoFiles/Update/video-files-update.service.ts +++ b/src/VideoFiles/Update/video-files-update.service.ts @@ -25,6 +25,9 @@ export class VideoFilesUpdateService { * @param refresh */ async updateFsVideoFiles(refresh = false): Promise { + console.log( + `file scan and update started - ${refresh ? 'full update' : 'only new'}`, + ); const [filesInFs, filesToRelativePaths] = await this.scanner.scanFsForVideoFiles();