This commit is contained in:
parent
67aa389f79
commit
4019d1764e
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ func scanLibrary(ctx context.Context, id int) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if !slices.Contains(videoFileExtensions, filepath.Ext(fullPath)) {
|
if !slices.Contains(videoFileExtensions, filepath.Ext(fullPath)) {
|
||||||
slog.InfoContext(ctx, "Skipping non video file", "path", fullPath)
|
slog.DebugContext(ctx, "Skipping non video file", "path", fullPath)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue