add file scan start log

This commit is contained in:
Jurgis Sakalauskas
2023-11-08 17:08:28 +02:00
parent b43541a34a
commit 5dcfc3324c
@@ -25,6 +25,9 @@ export class VideoFilesUpdateService {
* @param refresh
*/
async updateFsVideoFiles(refresh = false): Promise<void> {
console.log(
`file scan and update started - ${refresh ? 'full update' : 'only new'}`,
);
const [filesInFs, filesToRelativePaths] =
await this.scanner.scanFsForVideoFiles();