added zoom + date selector
This commit is contained in:
@@ -59,7 +59,7 @@ public class FileScannerService(MediaService mediaService, IConfiguration config
|
||||
foreach (var chunk in files.Chunk(50))
|
||||
{
|
||||
total += await ScanFileChunkAsync(path, chunk, existingFiles, cancellationToken);
|
||||
logger.LogInformation("Added {updated} of {count}", total, files.Length);
|
||||
logger.LogInformation("Added {updated} of {count} [{percentage}%]", total, files.Length, Math.Round(((float)total/ files.Length) * 100));
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user