This commit is contained in:
parent
75a578fd36
commit
67aa389f79
1 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ func scanLibrary(ctx context.Context, id int) {
|
|||
|
||||
ffprobeData, err := ffprobe.ProbeURL(ctx, fullPath)
|
||||
if err != nil {
|
||||
return fmt.Errorf("ffprobe New File: %w", err)
|
||||
slog.ErrorContext(ctx, "ffprobe New File", "err", err)
|
||||
}
|
||||
slog.InfoContext(ctx, "ffprobe Done", "path", fullPath)
|
||||
|
||||
|
@ -259,7 +259,7 @@ func scanLibrary(ctx context.Context, id int) {
|
|||
|
||||
ffprobeData, err := ffprobe.ProbeURL(ctx, fullPath)
|
||||
if err != nil {
|
||||
return fmt.Errorf("ffprobe Changed File: %w", err)
|
||||
slog.ErrorContext(ctx, "ffprobe Changed File", "err", err)
|
||||
}
|
||||
slog.InfoContext(ctx, "ffprobe Done", "path", fullPath)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue